#B85445

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

Shades of Chestnut #B85445

Tints of Chestnut #B85445

Color information

#B85445 (or 0xB85445) is unknown color: approx Chestnut. HEX triplet: B8, 54 and 45. RGB value is (184,84,69). Sum of RGB (Red+Green+Blue) = 184+84+69=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85445 is #47ABBA. Grayscale: #707070. Windows color (decimal): -4697019 or 4543672. OLE color: 4543672.

HSL color Cylindrical-coordinate representation of color #B85445: hue angle of 7.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85445 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1848469-
CMYK00.540.620.28
HSL7.83º45.45%49.61%-
HSV(B)7.83º62.5%72.16%-
XYZ24.0116.967.64-
YUV112.19103.63179.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=54.60%
G=24.93%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184846900.540.620.287.8345.4549.61
HexB854450363E1C82d32
Octal2701241050667634105562
Binary10111000101010010001010110110111110111001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85445; }

 p { color: rgb(184,84,69); }

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

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

 a { background-color: rgb(184,84,69); }

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

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

 span { border-color: rgb(184,84,69); }

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