#b44747

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

Shades of Chestnut #B44747

Tints of Chestnut #B44747

Color information

#B44747 (or 0xB44747) is unknown color: approx Chestnut. HEX triplet: B4, 47 and 47. RGB value is (180,71,71). Sum of RGB (Red+Green+Blue) = 180+71+71=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B44747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44747 is #4BB8B8. Grayscale: #676767. Windows color (decimal): -4962489 or 4671412. OLE color: 4671412.

HSL color Cylindrical-coordinate representation of color #B44747: hue angle of 0º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44747 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1807171-
CMYK00.610.610.29
HSL43.43%49.22%-
HSV(B)60.56%70.59%-
XYZ22.2114.667.62-
YUV103.59109.61182.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=55.90%
G=22.05%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180717100.610.610.29043.4349.22
HexB4474703D3D1D02b31
Octal264107107075753505361
Binary10110100100011110001110111101111101111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44747; }

 p { color: rgb(180,71,71); }

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

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

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

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

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

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

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