#B44A3E

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

Shades of Chestnut #B44A3E

Tints of Chestnut #B44A3E

Color information

#B44A3E (or 0xB44A3E) is unknown color: approx Chestnut. HEX triplet: B4, 4A and 3E. RGB value is (180,74,62). Sum of RGB (Red+Green+Blue) = 180+74+62=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A3E is #4BB5C1. Grayscale: #686868. Windows color (decimal): -4961730 or 4082356. OLE color: 4082356.

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

Color convert

RGB1807462-
CMYK00.590.660.29
HSL6.1º48.76%47.45%-
HSV(B)6.1º65.56%70.59%-
XYZ22.1414.956.28-
YUV104.33104.12181.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=56.96%
G=23.42%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180746200.590.660.296.148.7647.45
HexB44A3E03B421D6312f
Octal264112760731023566157
Binary1011010010010101111100111011100001011101110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A3E; }

 p { color: rgb(180,74,62); }

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

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

 a { background-color: rgb(180,74,62); }

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

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

 span { border-color: rgb(180,74,62); }

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