Html Css Color HEX #C47236 Zest

📋 copy color: '#C47236'

red 196 ◦ green 114 ◦ blue 54

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

Shades of Zest #C47236

Tints of Zest #C47236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

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

R = 53.85%
G = 31.32%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C47236 (or 0xC47236) is known color: Zest. HEX triplet: C4, 72 and 36. RGB value is (196,114,54). Sum of RGB (Red+Green+Blue) = 196+114+54=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C47236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47236 is #3B8DC9. Grayscale: #848484. Windows color (decimal): -3902922 or 3568324. OLE color: 3568324.

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

Color convert

RGB 196 114 54 -
CMYK 0 0.42 0.72 0.23
HSL 25.35º 0.57% 0.49% -
HSV(B) 25.35º 0.72% 0.77% -
XYZ 29.45 24.04 6.58 -
YUV 131.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 196 114 54 0 0.42 0.72 0.23 25.35 0.57 0.49
Hex C4 72 36 0 2A 48 17 19 39 31
Octal 304 162 66 0 52 110 27 31 71 61
Binary 11000100 1110010 110110 0 101010 1001000 10111 11001 111001 110001

Color Harmonies of #C47236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47236

Black with #C47236

Text Example


Text Example

White with #C47236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47236; }

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

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

background-color css

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

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

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

border-color css

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

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

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