Html Css Color HEX #C47434 Zest

📋 copy color: '#C47434'

red 196 ◦ green 116 ◦ blue 52

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

Shades of Zest #C47434

Tints of Zest #C47434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 53.85%
G = 31.87%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C47434 (or 0xC47434) is known color: Zest. HEX triplet: C4, 74 and 34. RGB value is (196,116,52). Sum of RGB (Red+Green+Blue) = 196+116+52=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C47434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47434 is #3B8BCB. Grayscale: #848484. Windows color (decimal): -3902412 or 3437764. OLE color: 3437764.

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

Color convert

RGB 196 116 52 -
CMYK 0 0.41 0.73 0.23
HSL 26.67º 0.58% 0.49% -
HSV(B) 26.67º 0.73% 0.77% -
XYZ 29.63 24.47 6.41 -
YUV 132.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 196 116 52 0 0.41 0.73 0.23 26.67 0.58 0.49
Hex C4 74 34 0 29 49 17 1B 3A 31
Octal 304 164 64 0 51 111 27 33 72 61
Binary 11000100 1110100 110100 0 101001 1001001 10111 11011 111010 110001

Color Harmonies of #C47434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47434

Black with #C47434

Text Example


Text Example

White with #C47434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47434; }

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

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

background-color css

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

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

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

border-color css

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

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

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