#C36F3B

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

Shades of Zest #C36F3B

Tints of Zest #C36F3B

Color information

#C36F3B (or 0xC36F3B) is unknown color: approx Zest. HEX triplet: C3, 6F and 3B. RGB value is (195,111,59). Sum of RGB (Red+Green+Blue) = 195+111+59=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F3B is #3C90C4. Grayscale: #828282. Windows color (decimal): -3969221 or 3895235. OLE color: 3895235.

HSL color Cylindrical-coordinate representation of color #C36F3B: hue angle of 22.94º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C36F3B is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19511159-
CMYK00.430.700.24
HSL22.94º53.54%49.8%-
HSV(B)22.94º69.74%76.47%-
XYZ28.9823.297.11-
YUV130.1987.83174.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 59 (23.44% from 255) = 16.16%
R=53.42%
G=30.41%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951115900.430.700.2422.9453.5449.8
HexC36F3B02B4618173632
Octal3031577305310630276662
Binary110000111101111111011010101110001101100010111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36F3B; }

 p { color: rgb(195,111,59); }

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

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

 a { background-color: rgb(195,111,59); }

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

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

 span { border-color: rgb(195,111,59); }

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