Html Css Color HEX #C57241 Zest

📋 copy color: '#C57241'

red 197 ◦ green 114 ◦ blue 65

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

Shades of Zest #C57241

Tints of Zest #C57241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 52.39%
G = 30.32%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C57241 (or 0xC57241) is known color: Zest. HEX triplet: C5, 72 and 41. RGB value is (197,114,65). Sum of RGB (Red+Green+Blue) = 197+114+65=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C57241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57241 is #3A8DBE. Grayscale: #858585. Windows color (decimal): -3837375 or 4289221. OLE color: 4289221.

HSL color Cylindrical-coordinate representation of color #C57241: hue angle of 22.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C57241 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 65 -
CMYK 0 0.42 0.67 0.23
HSL 22.27º 0.53% 0.51% -
HSV(B) 22.27º 0.67% 0.77% -
XYZ 30 24.29 8.11 -
YUV 133.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 197 114 65 0 0.42 0.67 0.23 22.27 0.53 0.51
Hex C5 72 41 0 2A 43 17 16 35 33
Octal 305 162 101 0 52 103 27 26 65 63
Binary 11000101 1110010 1000001 0 101010 1000011 10111 10110 110101 110011

Color Harmonies of #C57241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57241

Black with #C57241

Text Example


Text Example

White with #C57241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57241; }

 p { color: rgb(197,114,65); }

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

background-color css

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

 a { background-color: rgb(197,114,65); }

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

border-color css

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

 span { border-color: rgb(197,114,65); }

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