Html Css Color HEX #C59132 Hokey Pokey

📋 copy color: '#C59132'

red 197 ◦ green 145 ◦ blue 50

#C59132
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #C59132

Tints of Hokey Pokey #C59132

RGB

 RED value IS 197 (77.34% from 255) = 50.26%

 GREEN value IS 145 (57.03% from 255) = 36.99%

 BLUE value IS 50 (19.92% from 255) = 12.76%

R = 50.26%
G = 36.99%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C59132 (or 0xC59132) is known color: Hokey Pokey. HEX triplet: C5, 91 and 32. RGB value is (197,145,50). Sum of RGB (Red+Green+Blue) = 197+145+50=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C59132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59132 is #3A6ECD. Grayscale: #969696. Windows color (decimal): -3829454 or 3314117. OLE color: 3314117.

HSL color Cylindrical-coordinate representation of color #C59132: hue angle of 38.78º 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 #C59132 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 50 -
CMYK 0 0.26 0.75 0.23
HSL 38.78º 0.6% 0.48% -
HSV(B) 38.78º 0.75% 0.77% -
XYZ 33.73 32.35 7.48 -
YUV 149.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 197 145 50 0 0.26 0.75 0.23 38.78 0.6 0.48
Hex C5 91 32 0 1A 4B 17 27 3C 30
Octal 305 221 62 0 32 113 27 47 74 60
Binary 11000101 10010001 110010 0 11010 1001011 10111 100111 111100 110000

Color Harmonies of #C59132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59132

Black with #C59132

Text Example


Text Example

White with #C59132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59132; }

 p { color: rgb(197,145,50); }

 H1.HeaderClassName
 {
   color: #C59132;
 }
 .AnyTagClassName
 {
   color: #C59132;
 }
</style>

background-color css

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

 a { background-color: rgb(197,145,50); }

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

border-color css

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

 span { border-color: rgb(197,145,50); }

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