#B44E42

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

Shades of Chestnut #B44E42

Tints of Chestnut #B44E42

Color information

#B44E42 (or 0xB44E42) is unknown color: approx Chestnut. HEX triplet: B4, 4E and 42. RGB value is (180,78,66). Sum of RGB (Red+Green+Blue) = 180+78+66=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E42 is #4BB1BD. Grayscale: #6B6B6B. Windows color (decimal): -4960702 or 4345524. OLE color: 4345524.

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

Color convert

RGB1807866-
CMYK00.570.630.29
HSL6.32º46.34%48.24%-
HSV(B)6.32º63.33%70.59%-
XYZ22.5315.556.97-
YUV107.13104.79179.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=55.56%
G=24.07%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180786600.570.630.296.3246.3448.24
HexB44E420393F1D62e30
Octal264116102071773565660
Binary1011010010011101000010011100111111111101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E42; }

 p { color: rgb(180,78,66); }

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

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

 a { background-color: rgb(180,78,66); }

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

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

 span { border-color: rgb(180,78,66); }

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