#C36B1C

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

Shades of Chocolate #C36B1C

Tints of Chocolate #C36B1C

Color information

#C36B1C (or 0xC36B1C) is unknown color: approx Chocolate. HEX triplet: C3, 6B and 1C. RGB value is (195,107,28). Sum of RGB (Red+Green+Blue) = 195+107+28=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B1C is #3C94E3. Grayscale: #7C7C7C. Windows color (decimal): -3970276 or 1862595. OLE color: 1862595.

HSL color Cylindrical-coordinate representation of color #C36B1C: hue angle of 28.38º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C36B1C is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19510728-
CMYK00.450.860.24
HSL28.38º74.89%43.73%-
HSV(B)28.38º85.64%76.47%-
XYZ27.9722.23.91-
YUV124.3173.65178.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 28 (11.33% from 255) = 8.48%
R=59.09%
G=32.42%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951072800.450.860.2428.3874.8943.73
HexC36B1C02D56181c4b2c
Octal30315334055126303411354
Binary110000111101011111000101101101011011000111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36B1C; }

 p { color: rgb(195,107,28); }

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

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

 a { background-color: rgb(195,107,28); }

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

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

 span { border-color: rgb(195,107,28); }

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