Html Css Color HEX #C49D36 Hokey Pokey

📋 copy color: '#C49D36'

red 196 ◦ green 157 ◦ blue 54

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

Shades of Hokey Pokey #C49D36

Tints of Hokey Pokey #C49D36

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

 GREEN value IS 157 (61.72% from 255) = 38.57%

 BLUE value IS 54 (21.48% from 255) = 13.27%

R = 48.16%
G = 38.57%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49D36 (or 0xC49D36) is known color: Hokey Pokey. HEX triplet: C4, 9D and 36. RGB value is (196,157,54). Sum of RGB (Red+Green+Blue) = 196+157+54=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D36 is #3B62C9. Grayscale: #9D9D9D. Windows color (decimal): -3891914 or 3579332. OLE color: 3579332.

HSL color Cylindrical-coordinate representation of color #C49D36: hue angle of 43.52º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C49D36 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 54 -
CMYK 0 0.20 0.72 0.23
HSL 43.52º 0.57% 0.49% -
HSV(B) 43.52º 0.72% 0.77% -
XYZ 35.49 36.12 8.59 -
YUV 156.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 196 157 54 0 0.20 0.72 0.23 43.52 0.57 0.49
Hex C4 9D 36 0 14 48 17 2C 39 31
Octal 304 235 66 0 24 110 27 54 71 61
Binary 11000100 10011101 110110 0 10100 1001000 10111 101100 111001 110001

Color Harmonies of #C49D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D36

Black with #C49D36

Text Example


Text Example

White with #C49D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D36; }

 p { color: rgb(196,157,54); }

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

background-color css

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

 a { background-color: rgb(196,157,54); }

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

border-color css

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

 span { border-color: rgb(196,157,54); }

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