Html Css Color HEX #C49531 Hokey Pokey

📋 copy color: '#C49531'

red 196 ◦ green 149 ◦ blue 49

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

Shades of Hokey Pokey #C49531

Tints of Hokey Pokey #C49531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 49 (19.53% from 255) = 12.44%

R = 49.75%
G = 37.82%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C49531 (or 0xC49531) is known color: Hokey Pokey. HEX triplet: C4, 95 and 31. RGB value is (196,149,49). Sum of RGB (Red+Green+Blue) = 196+149+49=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C49531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49531 is #3B6ACE. Grayscale: #989898. Windows color (decimal): -3893967 or 3249604. OLE color: 3249604.

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

Color convert

RGB 196 149 49 -
CMYK 0 0.24 0.75 0.23
HSL 40.82º 0.6% 0.48% -
HSV(B) 40.82º 0.75% 0.77% -
XYZ 34.07 33.45 7.57 -
YUV 151.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 196 149 49 0 0.24 0.75 0.23 40.82 0.6 0.48
Hex C4 95 31 0 18 4B 17 29 3C 30
Octal 304 225 61 0 30 113 27 51 74 60
Binary 11000100 10010101 110001 0 11000 1001011 10111 101001 111100 110000

Color Harmonies of #C49531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49531

Black with #C49531

Text Example


Text Example

White with #C49531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49531; }

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

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

background-color css

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

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

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

border-color css

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

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

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