#C5551A

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

Shades of Chocolate #C5551A

Tints of Chocolate #C5551A

Color information

#C5551A (or 0xC5551A) is unknown color: approx Chocolate. HEX triplet: C5, 55 and 1A. RGB value is (197,85,26). Sum of RGB (Red+Green+Blue) = 197+85+26=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5551A is #3AAAE5. Grayscale: #707070. Windows color (decimal): -3844838 or 1725893. OLE color: 1725893.

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

Color convert

RGB1978526-
CMYK00.570.870.23
HSL20.7º76.68%43.73%-
HSV(B)20.7º86.8%77.25%-
XYZ26.4618.443.14-
YUV111.7679.61188.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.96%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=63.96%
G=27.60%
B=8.44%

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
Decimal197852600.570.870.2320.776.6843.73
HexC5551A0395717154d2c
Octal30512532071127272511554
Binary110001011010101110100111001101011110111101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5551A; }

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

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

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

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

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

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

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

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