#B54945

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

Shades of Chestnut #B54945

Tints of Chestnut #B54945

Color information

#B54945 (or 0xB54945) is unknown color: approx Chestnut. HEX triplet: B5, 49 and 45. RGB value is (181,73,69). Sum of RGB (Red+Green+Blue) = 181+73+69=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B54945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54945 is #4AB6BA. Grayscale: #686868. Windows color (decimal): -4896443 or 4540853. OLE color: 4540853.

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

Color convert

RGB1817369-
CMYK00.600.620.29
HSL2.14º44.8%49.02%-
HSV(B)2.14º61.88%70.98%-
XYZ22.5115.027.34-
YUV104.84107.78182.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=56.04%
G=22.60%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181736900.600.620.292.1444.849.02
HexB5494503C3E1D22d31
Octal265111105074763525561
Binary101101011001001100010101111001111101110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54945; }

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

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

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

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

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

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

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

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