#B44641

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

Shades of Chestnut #B44641

Tints of Chestnut #B44641

Color information

#B44641 (or 0xB44641) is unknown color: approx Chestnut. HEX triplet: B4, 46 and 41. RGB value is (180,70,65). Sum of RGB (Red+Green+Blue) = 180+70+65=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B44641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44641 is #4BB9BE. Grayscale: #666666. Windows color (decimal): -4962751 or 4277940. OLE color: 4277940.

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

Color convert

RGB1807065-
CMYK00.610.640.29
HSL2.61º46.94%48.04%-
HSV(B)2.61º63.89%70.59%-
XYZ21.9714.476.64-
YUV102.32106.94183.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=57.14%
G=22.22%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180706500.610.640.292.6146.9448.04
HexB4464103D401D32f30
Octal2641061010751003535760
Binary1011010010001101000001011110110000001110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44641; }

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

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

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

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

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

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

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

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