#C5561A

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

Shades of Chocolate #C5561A

Tints of Chocolate #C5561A

Color information

#C5561A (or 0xC5561A) is unknown color: approx Chocolate. HEX triplet: C5, 56 and 1A. RGB value is (197,86,26). Sum of RGB (Red+Green+Blue) = 197+86+26=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5561A is #3AA9E5. Grayscale: #707070. Windows color (decimal): -3844582 or 1726149. OLE color: 1726149.

HSL color Cylindrical-coordinate representation of color #C5561A: hue angle of 21.05º 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 #C5561A is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB1978626-
CMYK00.560.870.23
HSL21.05º76.68%43.73%-
HSV(B)21.05º86.8%77.25%-
XYZ26.5418.63.17-
YUV112.3579.27188.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.75%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=63.75%
G=27.83%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197862600.560.870.2321.0576.6843.73
HexC5561A0385717154d2c
Octal30512632070127272511554
Binary110001011010110110100111000101011110111101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5561A; }

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

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

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

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

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

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

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

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