#B9544D

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

Shades of Chestnut #B9544D

Tints of Chestnut #B9544D

Color information

#B9544D (or 0xB9544D) is unknown color: approx Chestnut. HEX triplet: B9, 54 and 4D. RGB value is (185,84,77). Sum of RGB (Red+Green+Blue) = 185+84+77=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9544D is #46ABB2. Grayscale: #717171. Windows color (decimal): -4631475 or 5067961. OLE color: 5067961.

HSL color Cylindrical-coordinate representation of color #B9544D: hue angle of 3.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9544D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1858477-
CMYK00.550.580.27
HSL3.89º43.55%51.37%-
HSV(B)3.89º58.38%72.55%-
XYZ24.5217.199.05-
YUV113.4107.46179.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=53.47%
G=24.28%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185847700.550.580.273.8943.5551.37
HexB9544D0373A1B42c33
Octal271124115067723345463
Binary1011100110101001001101011011111101011011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9544D; }

 p { color: rgb(185,84,77); }

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

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

 a { background-color: rgb(185,84,77); }

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

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

 span { border-color: rgb(185,84,77); }

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