#C55E1A

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

Shades of Chocolate #C55E1A

Tints of Chocolate #C55E1A

Color information

#C55E1A (or 0xC55E1A) is unknown color: approx Chocolate. HEX triplet: C5, 5E and 1A. RGB value is (197,94,26). Sum of RGB (Red+Green+Blue) = 197+94+26=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E1A is #3AA1E5. Grayscale: #757575. Windows color (decimal): -3842534 or 1728197. OLE color: 1728197.

HSL color Cylindrical-coordinate representation of color #C55E1A: hue angle of 23.86º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C55E1A is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB1979426-
CMYK00.520.870.23
HSL23.86º76.68%43.73%-
HSV(B)23.86º86.8%77.25%-
XYZ27.2219.953.39-
YUV117.0476.62185.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.15%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=62.15%
G=29.65%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197942600.520.870.2323.8676.6843.73
HexC55E1A0345717184d2c
Octal30513632064127273011554
Binary110001011011110110100110100101011110111110001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E1A; }

 p { color: rgb(197,94,26); }

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

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

 a { background-color: rgb(197,94,26); }

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

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

 span { border-color: rgb(197,94,26); }

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