#B55549

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

Shades of Chestnut #B55549

Tints of Chestnut #B55549

Color information

#B55549 (or 0xB55549) is unknown color: approx Chestnut. HEX triplet: B5, 55 and 49. RGB value is (181,85,73). Sum of RGB (Red+Green+Blue) = 181+85+73=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B55549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55549 is #4AAAB6. Grayscale: #707070. Windows color (decimal): -4893367 or 4806069. OLE color: 4806069.

HSL color Cylindrical-coordinate representation of color #B55549: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55549 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1818573-
CMYK00.530.600.29
HSL6.67º42.52%49.8%-
HSV(B)6.67º59.67%70.98%-
XYZ23.5116.88.31-
YUV112.34105.8176.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=53.39%
G=25.07%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181857300.530.600.296.6742.5249.8
HexB555490353C1D72b32
Octal265125111065743575362
Binary1011010110101011001001011010111110011101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55549; }

 p { color: rgb(181,85,73); }

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

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

 a { background-color: rgb(181,85,73); }

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

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

 span { border-color: rgb(181,85,73); }

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