#B24A49

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

Shades of Chestnut #B24A49

Tints of Chestnut #B24A49

Color information

#B24A49 (or 0xB24A49) is unknown color: approx Chestnut. HEX triplet: B2, 4A and 49. RGB value is (178,74,73). Sum of RGB (Red+Green+Blue) = 178+74+73=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A49 is #4DB5B6. Grayscale: #696969. Windows color (decimal): -5092791 or 4803250. OLE color: 4803250.

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

Color convert

RGB1787473-
CMYK00.580.590.30
HSL0.57º41.83%49.22%-
HSV(B)0.57º58.99%69.8%-
XYZ22.0114.848.01-
YUV104.98109.96180.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=54.77%
G=22.77%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178747300.580.590.300.5741.8349.22
HexB24A4903A3B1E12a31
Octal262112111072733615261
Binary10110010100101010010010111010111011111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24A49; }

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

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

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

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

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

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

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

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