#B45346

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

Shades of Chestnut #B45346

Tints of Chestnut #B45346

Color information

#B45346 (or 0xB45346) is unknown color: approx Chestnut. HEX triplet: B4, 53 and 46. RGB value is (180,83,70). Sum of RGB (Red+Green+Blue) = 180+83+70=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45346 is #4BACB9. Grayscale: #6E6E6E. Windows color (decimal): -4959418 or 4608948. OLE color: 4608948.

HSL color Cylindrical-coordinate representation of color #B45346: hue angle of 7.09º degrees, saturation: 0.44, 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 #B45346 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1808370-
CMYK00.540.610.29
HSL7.09º44%49.02%-
HSV(B)7.09º61.11%70.59%-
XYZ23.0216.337.73-
YUV110.52105.14177.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=54.05%
G=24.92%
B=21.02%

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
Decimal180837000.540.610.297.094449.02
HexB453460363D1D72c31
Octal264123106066753575461
Binary1011010010100111000110011011011110111101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45346; }

 p { color: rgb(180,83,70); }

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

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

 a { background-color: rgb(180,83,70); }

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

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

 span { border-color: rgb(180,83,70); }

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