#B24740

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

Shades of Chestnut #B24740

Tints of Chestnut #B24740

Color information

#B24740 (or 0xB24740) is unknown color: approx Chestnut. HEX triplet: B2, 47 and 40. RGB value is (178,71,64). Sum of RGB (Red+Green+Blue) = 178+71+64=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B24740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24740 is #4DB8BF. Grayscale: #666666. Windows color (decimal): -5093568 or 4212658. OLE color: 4212658.

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

Color convert

RGB1787164-
CMYK00.600.640.30
HSL3.68º47.11%47.45%-
HSV(B)3.68º64.04%69.8%-
XYZ21.5414.346.48-
YUV102.2106.45182.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.87%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=56.87%
G=22.68%
B=20.45%

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
Decimal178716400.600.640.303.6847.1147.45
HexB2474003C401E42f2f
Octal2621071000741003645757
Binary10110010100011110000000111100100000011110100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24740; }

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

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

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

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

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

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

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

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