#C37535

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

Shades of Zest #C37535

Tints of Zest #C37535

Color information

#C37535 (or 0xC37535) is unknown color: approx Zest. HEX triplet: C3, 75 and 35. RGB value is (195,117,53). Sum of RGB (Red+Green+Blue) = 195+117+53=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C37535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37535 is #3C8ACA. Grayscale: #858585. Windows color (decimal): -3967691 or 3503555. OLE color: 3503555.

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

Color convert

RGB19511753-
CMYK00.40.730.24
HSL27.04º57.26%48.63%-
HSV(B)27.04º72.82%76.47%-
XYZ29.5124.586.56-
YUV133.0382.84172.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=53.42%
G=32.05%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951175300.40.730.2427.0457.2648.63
HexC3753502849181b3931
Octal3031656505011130337161
Binary110000111110101110101010100010010011100011011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37535; }

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

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

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

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

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

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

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

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