#B75447

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

Shades of Chestnut #B75447

Tints of Chestnut #B75447

Color information

#B75447 (or 0xB75447) is unknown color: approx Chestnut. HEX triplet: B7, 54 and 47. RGB value is (183,84,71). Sum of RGB (Red+Green+Blue) = 183+84+71=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B75447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75447 is #48ABB8. Grayscale: #707070. Windows color (decimal): -4762553 or 4674743. OLE color: 4674743.

HSL color Cylindrical-coordinate representation of color #B75447: hue angle of 6.96º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B75447 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1838471-
CMYK00.540.610.28
HSL6.96º44.09%49.8%-
HSV(B)6.96º61.2%71.76%-
XYZ23.8416.867.96-
YUV112.12104.8178.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=54.14%
G=24.85%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183847100.540.610.286.9644.0949.8
HexB754470363D1C72c32
Octal267124107066753475462
Binary1011011110101001000111011011011110111100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75447; }

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

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

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

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

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

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

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

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