#B24D41

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

Shades of Chestnut #B24D41

Tints of Chestnut #B24D41

Color information

#B24D41 (or 0xB24D41) is unknown color: approx Chestnut. HEX triplet: B2, 4D and 41. RGB value is (178,77,65). Sum of RGB (Red+Green+Blue) = 178+77+65=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D41 is #4DB2BE. Grayscale: #696969. Windows color (decimal): -5092031 or 4279730. OLE color: 4279730.

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

Color convert

RGB1787765-
CMYK00.570.630.30
HSL6.37º46.5%47.65%-
HSV(B)6.37º63.48%69.8%-
XYZ21.9715.156.77-
YUV105.83104.96179.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.62%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=55.62%
G=24.06%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178776500.570.630.306.3746.547.65
HexB24D410393F1E62f30
Octal262115101071773665760
Binary1011001010011011000001011100111111111110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D41; }

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

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

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

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

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

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

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

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