#B24E49

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

Shades of Chestnut #B24E49

Tints of Chestnut #B24E49

Color information

#B24E49 (or 0xB24E49) is unknown color: approx Chestnut. HEX triplet: B2, 4E and 49. RGB value is (178,78,73). Sum of RGB (Red+Green+Blue) = 178+78+73=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E49 is #4DB1B6. Grayscale: #6B6B6B. Windows color (decimal): -5091767 or 4804274. OLE color: 4804274.

HSL color Cylindrical-coordinate representation of color #B24E49: hue angle of 2.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24E49 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1787873-
CMYK00.560.590.30
HSL2.86º41.83%49.22%-
HSV(B)2.86º58.99%69.8%-
XYZ22.2915.398.1-
YUV107.33108.63178.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=54.10%
G=23.71%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178787300.560.590.302.8641.8349.22
HexB24E490383B1E32a31
Octal262116111070733635261
Binary101100101001110100100101110001110111111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E49; }

 p { color: rgb(178,78,73); }

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

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

 a { background-color: rgb(178,78,73); }

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

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

 span { border-color: rgb(178,78,73); }

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