#C55618

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

Shades of Chocolate #C55618

Tints of Chocolate #C55618

Color information

#C55618 (or 0xC55618) is unknown color: approx Chocolate. HEX triplet: C5, 56 and 18. RGB value is (197,86,24). Sum of RGB (Red+Green+Blue) = 197+86+24=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C55618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55618 is #3AA9E7. Grayscale: #707070. Windows color (decimal): -3844584 or 1595077. OLE color: 1595077.

HSL color Cylindrical-coordinate representation of color #C55618: hue angle of 21.5º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C55618 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB1978624-
CMYK00.560.880.23
HSL21.5º78.28%43.33%-
HSV(B)21.5º87.82%77.25%-
XYZ26.5218.593.06-
YUV112.1278.27188.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 24 (9.77% from 255) = 7.82%
R=64.17%
G=28.01%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197862400.560.880.2321.578.2843.33
HexC556180385817164e2b
Octal30512630070130272611653
Binary110001011010110110000111000101100010111101101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55618; }

 p { color: rgb(197,86,24); }

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

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

 a { background-color: rgb(197,86,24); }

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

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

 span { border-color: rgb(197,86,24); }

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