#B24C47

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

Shades of Chestnut #B24C47

Tints of Chestnut #B24C47

Color information

#B24C47 (or 0xB24C47) is unknown color: approx Chestnut. HEX triplet: B2, 4C and 47. RGB value is (178,76,71). Sum of RGB (Red+Green+Blue) = 178+76+71=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C47 is #4DB3B8. Grayscale: #6A6A6A. Windows color (decimal): -5092281 or 4672690. OLE color: 4672690.

HSL color Cylindrical-coordinate representation of color #B24C47: hue angle of 2.8º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24C47 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1787671-
CMYK00.570.600.30
HSL2.8º42.97%48.82%-
HSV(B)2.8º60.11%69.8%-
XYZ22.0815.097.71-
YUV105.93108.29179.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=54.77%
G=23.38%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178767100.570.600.302.842.9748.82
HexB24C470393C1E32b31
Octal262114107071743635361
Binary101100101001100100011101110011111001111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C47; }

 p { color: rgb(178,76,71); }

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

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

 a { background-color: rgb(178,76,71); }

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

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

 span { border-color: rgb(178,76,71); }

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