#B44540

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

Shades of Chestnut #B44540

Tints of Chestnut #B44540

Color information

#B44540 (or 0xB44540) is unknown color: approx Chestnut. HEX triplet: B4, 45 and 40. RGB value is (180,69,64). Sum of RGB (Red+Green+Blue) = 180+69+64=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B44540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44540 is #4BBABF. Grayscale: #656565. Windows color (decimal): -4963008 or 4212148. OLE color: 4212148.

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

Color convert

RGB1806964-
CMYK00.620.640.29
HSL2.59º47.54%47.84%-
HSV(B)2.59º64.44%70.59%-
XYZ21.8814.336.46-
YUV101.62106.77183.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=57.51%
G=22.04%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180696400.620.640.292.5947.5447.84
HexB4454003E401D33030
Octal2641051000761003536060
Binary1011010010001011000000011111010000001110111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44540; }

 p { color: rgb(180,69,64); }

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

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

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

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

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

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

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