#B45449

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

Shades of Chestnut #B45449

Tints of Chestnut #B45449

Color information

#B45449 (or 0xB45449) is unknown color: approx Chestnut. HEX triplet: B4, 54 and 49. RGB value is (180,84,73). Sum of RGB (Red+Green+Blue) = 180+84+73=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B45449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45449 is #4BABB6. Grayscale: #6F6F6F. Windows color (decimal): -4959159 or 4805812. OLE color: 4805812.

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

Color convert

RGB1808473-
CMYK00.530.590.29
HSL6.17º42.29%49.61%-
HSV(B)6.17º59.44%70.59%-
XYZ23.216.528.27-
YUV111.45106.3176.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=53.41%
G=24.93%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180847300.530.590.296.1742.2949.61
HexB454490353B1D62a32
Octal264124111065733565262
Binary1011010010101001001001011010111101111101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45449; }

 p { color: rgb(180,84,73); }

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

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

 a { background-color: rgb(180,84,73); }

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

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

 span { border-color: rgb(180,84,73); }

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