#B35240

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

Shades of Chestnut #B35240

Tints of Chestnut #B35240

Color information

#B35240 (or 0xB35240) is unknown color: approx Chestnut. HEX triplet: B3, 52 and 40. RGB value is (179,82,64). Sum of RGB (Red+Green+Blue) = 179+82+64=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B35240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35240 is #4CADBF. Grayscale: #6D6D6D. Windows color (decimal): -5025216 or 4215475. OLE color: 4215475.

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

Color convert

RGB1798264-
CMYK00.540.640.30
HSL9.39º47.33%47.65%-
HSV(B)9.39º64.25%70.2%-
XYZ22.5315.996.75-
YUV108.95102.64177.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=55.08%
G=25.23%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179826400.540.640.309.3947.3347.65
HexB35240036401E92f30
Octal26312210006610036115760
Binary101100111010010100000001101101000000111101001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35240; }

 p { color: rgb(179,82,64); }

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

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

 a { background-color: rgb(179,82,64); }

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

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

 span { border-color: rgb(179,82,64); }

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