#B24840

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

Shades of Chestnut #B24840

Tints of Chestnut #B24840

Color information

#B24840 (or 0xB24840) is unknown color: approx Chestnut. HEX triplet: B2, 48 and 40. RGB value is (178,72,64). Sum of RGB (Red+Green+Blue) = 178+72+64=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B24840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24840 is #4DB7BF. Grayscale: #666666. Windows color (decimal): -5093312 or 4212914. OLE color: 4212914.

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

Color convert

RGB1787264-
CMYK00.600.640.30
HSL4.21º47.11%47.45%-
HSV(B)4.21º64.04%69.8%-
XYZ21.614.476.5-
YUV102.78106.12181.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=56.69%
G=22.93%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178726400.600.640.304.2147.1147.45
HexB2484003C401E42f2f
Octal2621101000741003645757
Binary10110010100100010000000111100100000011110100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24840; }

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

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

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

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

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

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

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

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