#B44841

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

Shades of Chestnut #B44841

Tints of Chestnut #B44841

Color information

#B44841 (or 0xB44841) is unknown color: approx Chestnut. HEX triplet: B4, 48 and 41. RGB value is (180,72,65). Sum of RGB (Red+Green+Blue) = 180+72+65=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B44841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44841 is #4BB7BE. Grayscale: #676767. Windows color (decimal): -4962239 or 4278452. OLE color: 4278452.

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

Color convert

RGB1807265-
CMYK00.600.640.29
HSL3.65º46.94%48.04%-
HSV(B)3.65º63.89%70.59%-
XYZ22.0914.726.68-
YUV103.49106.28182.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=56.78%
G=22.71%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180726500.600.640.293.6546.9448.04
HexB4484103C401D42f30
Octal2641101010741003545760
Binary10110100100100010000010111100100000011101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44841; }

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

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

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

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

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

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

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

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