Html Css Color HEX #C49834 Hokey Pokey

📋 copy color: '#C49834'

red 196 ◦ green 152 ◦ blue 52

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

Shades of Hokey Pokey #C49834

Tints of Hokey Pokey #C49834

RGB

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

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

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

R = 49%
G = 38%
B = 13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C49834 (or 0xC49834) is known color: Hokey Pokey. HEX triplet: C4, 98 and 34. RGB value is (196,152,52). Sum of RGB (Red+Green+Blue) = 196+152+52=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C49834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49834 is #3B67CB. Grayscale: #9A9A9A. Windows color (decimal): -3893196 or 3446980. OLE color: 3446980.

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

Color convert

RGB 196 152 52 -
CMYK 0 0.22 0.73 0.23
HSL 41.67º 0.58% 0.49% -
HSV(B) 41.67º 0.73% 0.77% -
XYZ 34.61 34.44 8.07 -
YUV 153.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 196 152 52 0 0.22 0.73 0.23 41.67 0.58 0.49
Hex C4 98 34 0 16 49 17 2A 3A 31
Octal 304 230 64 0 26 111 27 52 72 61
Binary 11000100 10011000 110100 0 10110 1001001 10111 101010 111010 110001

Color Harmonies of #C49834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49834

Black with #C49834

Text Example


Text Example

White with #C49834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49834; }

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

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

background-color css

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

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

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

border-color css

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

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

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