#C5541A

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

Shades of Chocolate #C5541A

Tints of Chocolate #C5541A

Color information

#C5541A (or 0xC5541A) is unknown color: approx Chocolate. HEX triplet: C5, 54 and 1A. RGB value is (197,84,26). Sum of RGB (Red+Green+Blue) = 197+84+26=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5541A is #3AABE5. Grayscale: #6F6F6F. Windows color (decimal): -3845094 or 1725637. OLE color: 1725637.

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

Color convert

RGB1978426-
CMYK00.570.870.23
HSL20.35º76.68%43.73%-
HSV(B)20.35º86.8%77.25%-
XYZ26.3818.293.12-
YUV111.1879.94189.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=64.17%
G=27.36%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197842600.570.870.2320.3576.6843.73
HexC5541A0395717144d2c
Octal30512432071127272411554
Binary110001011010100110100111001101011110111101001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5541A; }

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

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

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

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

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

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

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

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