#B24744

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

Shades of Chestnut #B24744

Tints of Chestnut #B24744

Color information

#B24744 (or 0xB24744) is unknown color: approx Chestnut. HEX triplet: B2, 47 and 44. RGB value is (178,71,68). Sum of RGB (Red+Green+Blue) = 178+71+68=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B24744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24744 is #4DB8BB. Grayscale: #666666. Windows color (decimal): -5093564 or 4474802. OLE color: 4474802.

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

Color convert

RGB1787168-
CMYK00.600.620.30
HSL1.64º44.72%48.24%-
HSV(B)1.64º61.8%69.8%-
XYZ21.6614.397.1-
YUV102.65108.45181.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=56.15%
G=22.40%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178716800.600.620.301.6444.7248.24
HexB2474403C3E1E22d30
Octal262107104074763625560
Binary101100101000111100010001111001111101111010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24744; }

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

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

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

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

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

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

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

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