Html Css Color HEX #C57032 Zest

📋 copy color: '#C57032'

red 197 ◦ green 112 ◦ blue 50

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

Shades of Zest #C57032

Tints of Zest #C57032

RGB

 RED value IS 197 (77.34% from 255) = 54.87%

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

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

R = 54.87%
G = 31.2%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57032 (or 0xC57032) is known color: Zest. HEX triplet: C5, 70 and 32. RGB value is (197,112,50). Sum of RGB (Red+Green+Blue) = 197+112+50=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C57032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57032 is #3A8FCD. Grayscale: #828282. Windows color (decimal): -3837902 or 3305669. OLE color: 3305669.

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

Color convert

RGB 197 112 50 -
CMYK 0 0.43 0.75 0.23
HSL 25.31º 0.6% 0.48% -
HSV(B) 25.31º 0.75% 0.77% -
XYZ 29.4 23.69 6.04 -
YUV 130.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 197 112 50 0 0.43 0.75 0.23 25.31 0.6 0.48
Hex C5 70 32 0 2B 4B 17 19 3C 30
Octal 305 160 62 0 53 113 27 31 74 60
Binary 11000101 1110000 110010 0 101011 1001011 10111 11001 111100 110000

Color Harmonies of #C57032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57032

Black with #C57032

Text Example


Text Example

White with #C57032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57032; }

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

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

background-color css

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

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

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

border-color css

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

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

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