Html Css Color HEX #C49836 Hokey Pokey

📋 copy color: '#C49836'

red 196 ◦ green 152 ◦ blue 54

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

Shades of Hokey Pokey #C49836

Tints of Hokey Pokey #C49836

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

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

R = 48.76%
G = 37.81%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49836 (or 0xC49836) is known color: Hokey Pokey. HEX triplet: C4, 98 and 36. RGB value is (196,152,54). Sum of RGB (Red+Green+Blue) = 196+152+54=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C49836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49836 is #3B67C9. Grayscale: #9A9A9A. Windows color (decimal): -3893194 or 3578052. OLE color: 3578052.

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

Color convert

RGB 196 152 54 -
CMYK 0 0.22 0.72 0.23
HSL 41.41º 0.57% 0.49% -
HSV(B) 41.41º 0.72% 0.77% -
XYZ 34.66 34.46 8.31 -
YUV 153.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 196 152 54 0 0.22 0.72 0.23 41.41 0.57 0.49
Hex C4 98 36 0 16 48 17 29 39 31
Octal 304 230 66 0 26 110 27 51 71 61
Binary 11000100 10011000 110110 0 10110 1001000 10111 101001 111001 110001

Color Harmonies of #C49836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49836

Black with #C49836

Text Example


Text Example

White with #C49836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49836; }

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

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

background-color css

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

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

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

border-color css

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

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

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