#C59531

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

Shades of Hokey Pokey #C59531

Tints of Hokey Pokey #C59531

Color information

#C59531 (or 0xC59531) is unknown color: approx Hokey Pokey. HEX triplet: C5, 95 and 31. RGB value is (197,149,49). Sum of RGB (Red+Green+Blue) = 197+149+49=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C59531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59531 is #3A6ACE. Grayscale: #989898. Windows color (decimal): -3828431 or 3249605. OLE color: 3249605.

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

Color convert

RGB19714949-
CMYK00.240.750.23
HSL40.54º60.16%48.24%-
HSV(B)40.54º75.13%77.25%-
XYZ34.3333.597.58-
YUV151.9569.9160.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 49 (19.53% from 255) = 12.41%
R=49.87%
G=37.72%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971494900.240.750.2340.5460.1648.24
HexC595310184B17293c30
Octal3052256103011327517460
Binary1100010110010101110001011000100101110111101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59531; }

 p { color: rgb(197,149,49); }

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

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

 a { background-color: rgb(197,149,49); }

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

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

 span { border-color: rgb(197,149,49); }

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