Html Css Color HEX #C47032 Zest

📋 copy color: '#C47032'

red 196 ◦ green 112 ◦ blue 50

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

Shades of Zest #C47032

Tints of Zest #C47032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 54.75%
G = 31.28%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C47032 (or 0xC47032) is known color: Zest. HEX triplet: C4, 70 and 32. RGB value is (196,112,50). Sum of RGB (Red+Green+Blue) = 196+112+50=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C47032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47032 is #3B8FCD. Grayscale: #828282. Windows color (decimal): -3903438 or 3305668. OLE color: 3305668.

HSL color Cylindrical-coordinate representation of color #C47032: hue angle of 25.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47032 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 50 -
CMYK 0 0.43 0.74 0.23
HSL 25.48º 0.59% 0.48% -
HSV(B) 25.48º 0.74% 0.77% -
XYZ 29.13 23.55 6.03 -
YUV 130.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 196 112 50 0 0.43 0.74 0.23 25.48 0.59 0.48
Hex C4 70 32 0 2B 4A 17 19 3B 30
Octal 304 160 62 0 53 112 27 31 73 60
Binary 11000100 1110000 110010 0 101011 1001010 10111 11001 111011 110000

Color Harmonies of #C47032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47032

Black with #C47032

Text Example


Text Example

White with #C47032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47032; }

 p { color: rgb(196,112,50); }

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

background-color css

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

 a { background-color: rgb(196,112,50); }

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

border-color css

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

 span { border-color: rgb(196,112,50); }

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