Html Css Color HEX #C49034 Hokey Pokey

📋 copy color: '#C49034'

red 196 ◦ green 144 ◦ blue 52

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

Shades of Hokey Pokey #C49034

Tints of Hokey Pokey #C49034

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 50%
G = 36.73%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C49034 (or 0xC49034) is known color: Hokey Pokey. HEX triplet: C4, 90 and 34. RGB value is (196,144,52). Sum of RGB (Red+Green+Blue) = 196+144+52=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C49034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49034 is #3B6FCB. Grayscale: #959595. Windows color (decimal): -3895244 or 3444932. OLE color: 3444932.

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

Color convert

RGB 196 144 52 -
CMYK 0 0.27 0.73 0.23
HSL 38.33º 0.58% 0.49% -
HSV(B) 38.33º 0.73% 0.77% -
XYZ 33.36 31.93 7.65 -
YUV 149.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 196 144 52 0 0.27 0.73 0.23 38.33 0.58 0.49
Hex C4 90 34 0 1B 49 17 26 3A 31
Octal 304 220 64 0 33 111 27 46 72 61
Binary 11000100 10010000 110100 0 11011 1001001 10111 100110 111010 110001

Color Harmonies of #C49034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49034

Black with #C49034

Text Example


Text Example

White with #C49034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49034; }

 p { color: rgb(196,144,52); }

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

background-color css

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

 a { background-color: rgb(196,144,52); }

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

border-color css

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

 span { border-color: rgb(196,144,52); }

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