#B35447

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

Shades of Chestnut #B35447

Tints of Chestnut #B35447

Color information

#B35447 (or 0xB35447) is unknown color: approx Chestnut. HEX triplet: B3, 54 and 47. RGB value is (179,84,71). Sum of RGB (Red+Green+Blue) = 179+84+71=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B35447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35447 is #4CABB8. Grayscale: #6F6F6F. Windows color (decimal): -5024697 or 4674739. OLE color: 4674739.

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

Color convert

RGB1798471-
CMYK00.530.600.30
HSL7.22º43.2%49.02%-
HSV(B)7.22º60.34%70.2%-
XYZ22.916.387.92-
YUV110.92105.47176.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=53.59%
G=25.15%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179847100.530.600.307.2243.249.02
HexB354470353C1E72b31
Octal263124107065743675361
Binary1011001110101001000111011010111110011110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35447; }

 p { color: rgb(179,84,71); }

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

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

 a { background-color: rgb(179,84,71); }

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

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

 span { border-color: rgb(179,84,71); }

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