#c58d30

Color #C58D30 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C58D30

Tints of Hokey Pokey #C58D30

Color information

#C58D30 (or 0xC58D30) is unknown color: approx Hokey Pokey. HEX triplet: C5, 8D and 30. RGB value is (197,141,48). Sum of RGB (Red+Green+Blue) = 197+141+48=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D30 is #3A72CF. Grayscale: #939393. Windows color (decimal): -3830480 or 3182021. OLE color: 3182021.

HSL color Cylindrical-coordinate representation of color #C58D30: hue angle of 37.45º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C58D30 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB19714148-
CMYK00.280.760.23
HSL37.45º60.82%48.04%-
HSV(B)37.45º75.63%77.25%-
XYZ33.0831.137.06-
YUV147.1472.05163.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=51.04%
G=36.53%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971414800.280.760.2337.4560.8248.04
HexC58D3001C4C17253d30
Octal3052156003411427457560
Binary1100010110001101110000011100100110010111100101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c58d30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c58d30; }

 p { color: rgb(197,141,48); }

 H1.HeaderClassName
 {
   color: #c58d30;
 }
 .AnyTagClassName
 {
   color: #c58d30;
 }
</style>
background-color css

<style>
 a { background-color: #c58d30; }

 a { background-color: rgb(197,141,48); }

 div.DivClassName
 {
   background-color: #c58d30;
 }
 .BgClassName
 {
   background-color: #c58d30;
 }
</style>
border-color css

<style>
 span { border-color: #c58d30; }

 span { border-color: rgb(197,141,48); }

 td.TdClassName
 {
   border-color: #c58d30;
 }
 .TagClassName
 {
   border-color: #c58d30;
 }
</style>