#B44943

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

Shades of Chestnut #B44943

Tints of Chestnut #B44943

Color information

#B44943 (or 0xB44943) is unknown color: approx Chestnut. HEX triplet: B4, 49 and 43. RGB value is (180,73,67). Sum of RGB (Red+Green+Blue) = 180+73+67=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B44943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44943 is #4BB6BC. Grayscale: #686868. Windows color (decimal): -4961981 or 4409780. OLE color: 4409780.

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

Color convert

RGB1807367-
CMYK00.590.630.29
HSL3.19º45.75%48.43%-
HSV(B)3.19º62.78%70.59%-
XYZ22.2214.877.01-
YUV104.31106.95181.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 67 (26.56% from 255) = 20.94%
R=56.25%
G=22.81%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180736700.590.630.293.1945.7548.43
HexB4494303B3F1D32e30
Octal264111103073773535660
Binary101101001001001100001101110111111111110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44943; }

 p { color: rgb(180,73,67); }

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

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

 a { background-color: rgb(180,73,67); }

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

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

 span { border-color: rgb(180,73,67); }

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