#B5544D

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

Shades of Chestnut #B5544D

Tints of Chestnut #B5544D

Color information

#B5544D (or 0xB5544D) is unknown color: approx Chestnut. HEX triplet: B5, 54 and 4D. RGB value is (181,84,77). Sum of RGB (Red+Green+Blue) = 181+84+77=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5544D is #4AABB2. Grayscale: #707070. Windows color (decimal): -4893619 or 5067957. OLE color: 5067957.

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

Color convert

RGB1818477-
CMYK00.540.570.29
HSL4.04º41.27%50.59%-
HSV(B)4.04º57.46%70.98%-
XYZ23.5716.79-
YUV112.2108.14177.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=52.92%
G=24.56%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181847700.540.570.294.0441.2750.59
HexB5544D036391D42933
Octal265124115066713545163
Binary1011010110101001001101011011011100111101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5544D; }

 p { color: rgb(181,84,77); }

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

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

 a { background-color: rgb(181,84,77); }

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

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

 span { border-color: rgb(181,84,77); }

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