#B24E41

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

Shades of Chestnut #B24E41

Tints of Chestnut #B24E41

Color information

#B24E41 (or 0xB24E41) is unknown color: approx Chestnut. HEX triplet: B2, 4E and 41. RGB value is (178,78,65). Sum of RGB (Red+Green+Blue) = 178+78+65=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E41 is #4DB1BE. Grayscale: #6A6A6A. Windows color (decimal): -5091775 or 4279986. OLE color: 4279986.

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

Color convert

RGB1787865-
CMYK00.560.630.30
HSL6.9º46.5%47.65%-
HSV(B)6.9º63.48%69.8%-
XYZ22.0415.36.79-
YUV106.42104.63179.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=55.45%
G=24.30%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178786500.560.630.306.946.547.65
HexB24E410383F1E72f30
Octal262116101070773675760
Binary1011001010011101000001011100011111111110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E41; }

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

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

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

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

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

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

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

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