#C37541

Color #C37541 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C37541

Tints of Zest #C37541

Color information

#C37541 (or 0xC37541) is unknown color: approx Zest. HEX triplet: C3, 75 and 41. RGB value is (195,117,65). Sum of RGB (Red+Green+Blue) = 195+117+65=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37541 is #3C8ABE. Grayscale: #868686. Windows color (decimal): -3967679 or 4289987. OLE color: 4289987.

HSL color Cylindrical-coordinate representation of color #C37541: hue angle of 24º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C37541 is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19511765-
CMYK00.40.670.24
HSL24º52%50.98%-
HSV(B)24º66.67%76.47%-
XYZ29.8224.718.2-
YUV134.3988.84171.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.72%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=51.72%
G=31.03%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951176500.40.670.24245250.98
HexC375410284318183433
Octal30316510105010330306463
Binary1100001111101011000001010100010000111100011000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37541; }

 p { color: rgb(195,117,65); }

 H1.HeaderClassName
 {
   color: #C37541;
 }
 .AnyTagClassName
 {
   color: #C37541;
 }
</style>
background-color css

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

 a { background-color: rgb(195,117,65); }

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

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

 span { border-color: rgb(195,117,65); }

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