#B45247

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

Shades of Chestnut #B45247

Tints of Chestnut #B45247

Color information

#B45247 (or 0xB45247) is unknown color: approx Chestnut. HEX triplet: B4, 52 and 47. RGB value is (180,82,71). Sum of RGB (Red+Green+Blue) = 180+82+71=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45247 is #4BADB8. Grayscale: #6E6E6E. Windows color (decimal): -4959673 or 4674228. OLE color: 4674228.

HSL color Cylindrical-coordinate representation of color #B45247: hue angle of 6.06º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45247 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1808271-
CMYK00.540.610.29
HSL6.06º43.43%49.22%-
HSV(B)6.06º60.56%70.59%-
XYZ22.9816.197.88-
YUV110.05105.97177.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=54.05%
G=24.62%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180827100.540.610.296.0643.4349.22
HexB452470363D1D62b31
Octal264122107066753565361
Binary1011010010100101000111011011011110111101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45247; }

 p { color: rgb(180,82,71); }

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

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

 a { background-color: rgb(180,82,71); }

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

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

 span { border-color: rgb(180,82,71); }

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