#B45242

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

Shades of Chestnut #B45242

Tints of Chestnut #B45242

Color information

#B45242 (or 0xB45242) is unknown color: approx Chestnut. HEX triplet: B4, 52 and 42. RGB value is (180,82,66). Sum of RGB (Red+Green+Blue) = 180+82+66=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B45242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45242 is #4BADBD. Grayscale: #6D6D6D. Windows color (decimal): -4959678 or 4346548. OLE color: 4346548.

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

Color convert

RGB1808266-
CMYK00.540.630.29
HSL8.42º46.34%48.24%-
HSV(B)8.42º63.33%70.59%-
XYZ22.8216.137.06-
YUV109.48103.47178.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=54.88%
G=25%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180826600.540.630.298.4246.3448.24
HexB452420363F1D82e30
Octal2641221020667735105660
Binary10110100101001010000100110110111111111011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45242; }

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

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

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

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

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

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

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

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