#B45545

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

Shades of Chestnut #B45545

Tints of Chestnut #B45545

Color information

#B45545 (or 0xB45545) is unknown color: approx Chestnut. HEX triplet: B4, 55 and 45. RGB value is (180,85,69). Sum of RGB (Red+Green+Blue) = 180+85+69=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B45545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45545 is #4BAABA. Grayscale: #6F6F6F. Windows color (decimal): -4958907 or 4543924. OLE color: 4543924.

HSL color Cylindrical-coordinate representation of color #B45545: hue angle of 8.65º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45545 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1808569-
CMYK00.530.620.29
HSL8.65º44.58%48.82%-
HSV(B)8.65º61.67%70.59%-
XYZ23.1516.637.62-
YUV111.58103.97176.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=53.89%
G=25.45%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180856900.530.620.298.6544.5848.82
HexB455450353E1D92d31
Octal2641251050657635115561
Binary10110100101010110001010110101111110111011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45545; }

 p { color: rgb(180,85,69); }

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

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

 a { background-color: rgb(180,85,69); }

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

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

 span { border-color: rgb(180,85,69); }

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