#B45041

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

Shades of Chestnut #B45041

Tints of Chestnut #B45041

Color information

#B45041 (or 0xB45041) is unknown color: approx Chestnut. HEX triplet: B4, 50 and 41. RGB value is (180,80,65). Sum of RGB (Red+Green+Blue) = 180+80+65=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B45041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45041 is #4BAFBE. Grayscale: #6C6C6C. Windows color (decimal): -4960191 or 4280500. OLE color: 4280500.

HSL color Cylindrical-coordinate representation of color #B45041: hue angle of 7.83º 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 #B45041 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1808065-
CMYK00.560.640.29
HSL7.83º46.94%48.04%-
HSV(B)7.83º63.89%70.59%-
XYZ22.6515.826.86-
YUV108.19103.63179.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 65 (25.78% from 255) = 20%
R=55.38%
G=24.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180806500.560.640.297.8346.9448.04
HexB45041038401D82f30
Octal26412010107010035105760
Binary101101001010000100000101110001000000111011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45041; }

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

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

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

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

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

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

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

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