#B44E41

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

Shades of Chestnut #B44E41

Tints of Chestnut #B44E41

Color information

#B44E41 (or 0xB44E41) is unknown color: approx Chestnut. HEX triplet: B4, 4E and 41. RGB value is (180,78,65). Sum of RGB (Red+Green+Blue) = 180+78+65=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E41 is #4BB1BE. Grayscale: #6B6B6B. Windows color (decimal): -4960703 or 4279988. OLE color: 4279988.

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

Color convert

RGB1807865-
CMYK00.570.640.29
HSL6.78º46.94%48.04%-
HSV(B)6.78º63.89%70.59%-
XYZ22.515.536.81-
YUV107.02104.29180.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=55.73%
G=24.15%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180786500.570.640.296.7846.9448.04
HexB44E41039401D72f30
Octal2641161010711003575760
Binary10110100100111010000010111001100000011101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E41; }

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

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

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

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

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

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

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

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