#B45241

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

Shades of Chestnut #B45241

Tints of Chestnut #B45241

Color information

#B45241 (or 0xB45241) is unknown color: approx Chestnut. HEX triplet: B4, 52 and 41. RGB value is (180,82,65). Sum of RGB (Red+Green+Blue) = 180+82+65=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B45241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45241 is #4BADBE. Grayscale: #6D6D6D. Windows color (decimal): -4959679 or 4281012. OLE color: 4281012.

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

Color convert

RGB1808265-
CMYK00.540.640.29
HSL8.87º46.94%48.04%-
HSV(B)8.87º63.89%70.59%-
XYZ22.7916.126.91-
YUV109.36102.97178.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=55.05%
G=25.08%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180826500.540.640.298.8746.9448.04
HexB45241036401D92f30
Octal26412210106610035115760
Binary101101001010010100000101101101000000111011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45241; }

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

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

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

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

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

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

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

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