#B54440

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

Shades of Chestnut #B54440

Tints of Chestnut #B54440

Color information

#B54440 (or 0xB54440) is unknown color: approx Chestnut. HEX triplet: B5, 44 and 40. RGB value is (181,68,64). Sum of RGB (Red+Green+Blue) = 181+68+64=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B54440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54440 is #4ABBBF. Grayscale: #656565. Windows color (decimal): -4897728 or 4211893. OLE color: 4211893.

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

Color convert

RGB1816864-
CMYK00.620.650.29
HSL2.05º47.76%48.04%-
HSV(B)2.05º64.64%70.98%-
XYZ22.0514.336.45-
YUV101.33106.94184.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=57.83%
G=21.73%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181686400.620.650.292.0547.7648.04
HexB5444003E411D23030
Octal2651041000761013526060
Binary1011010110001001000000011111010000011110110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54440; }

 p { color: rgb(181,68,64); }

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

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

 a { background-color: rgb(181,68,64); }

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

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

 span { border-color: rgb(181,68,64); }

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