#B44D41

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

Shades of Chestnut #B44D41

Tints of Chestnut #B44D41

Color information

#B44D41 (or 0xB44D41) is unknown color: approx Chestnut. HEX triplet: B4, 4D and 41. RGB value is (180,77,65). Sum of RGB (Red+Green+Blue) = 180+77+65=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D41 is #4BB2BE. Grayscale: #6A6A6A. Windows color (decimal): -4960959 or 4279732. OLE color: 4279732.

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

Color convert

RGB1807765-
CMYK00.570.640.29
HSL6.26º46.94%48.04%-
HSV(B)6.26º63.89%70.59%-
XYZ22.4315.396.79-
YUV106.43104.62180.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 77 (30.47% from 255) = 23.91%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=55.90%
G=23.91%
B=20.19%

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
Decimal180776500.570.640.296.2646.9448.04
HexB44D41039401D62f30
Octal2641151010711003565760
Binary10110100100110110000010111001100000011101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D41; }

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

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

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

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

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

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

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

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