#B44945

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

Shades of Chestnut #B44945

Tints of Chestnut #B44945

Color information

#B44945 (or 0xB44945) is unknown color: approx Chestnut. HEX triplet: B4, 49 and 45. RGB value is (180,73,69). Sum of RGB (Red+Green+Blue) = 180+73+69=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B44945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44945 is #4BB6BA. Grayscale: #686868. Windows color (decimal): -4961979 or 4540852. OLE color: 4540852.

HSL color Cylindrical-coordinate representation of color #B44945: hue angle of 2.16º 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 #B44945 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1807369-
CMYK00.590.620.29
HSL2.16º44.58%48.82%-
HSV(B)2.16º61.67%70.59%-
XYZ22.2814.97.33-
YUV104.54107.95181.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=55.90%
G=22.67%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180736900.590.620.292.1644.5848.82
HexB4494503B3E1D22d31
Octal264111105073763525561
Binary101101001001001100010101110111111101110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44945; }

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

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

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

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

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

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

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

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