#B24948

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

Shades of Chestnut #B24948

Tints of Chestnut #B24948

Color information

#B24948 (or 0xB24948) is unknown color: approx Chestnut. HEX triplet: B2, 49 and 48. RGB value is (178,73,72). Sum of RGB (Red+Green+Blue) = 178+73+72=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B24948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24948 is #4DB6B7. Grayscale: #686868. Windows color (decimal): -5093048 or 4737458. OLE color: 4737458.

HSL color Cylindrical-coordinate representation of color #B24948: 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.6%. Process color model (Four color, CMYK) of #B24948 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1787372-
CMYK00.590.600.30
HSL0.57º42.4%49.02%-
HSV(B)0.57º59.55%69.8%-
XYZ21.9114.77.81-
YUV104.28109.79180.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=55.11%
G=22.60%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178737200.590.600.300.5742.449.02
HexB2494803B3C1E12a31
Octal262111110073743615261
Binary10110010100100110010000111011111100111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24948; }

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

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

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

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

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

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

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

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