#B5574D

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

Shades of Chestnut #B5574D

Tints of Chestnut #B5574D

Color information

#B5574D (or 0xB5574D) is unknown color: approx Chestnut. HEX triplet: B5, 57 and 4D. RGB value is (181,87,77). Sum of RGB (Red+Green+Blue) = 181+87+77=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5574D is #4AA8B2. Grayscale: #727272. Windows color (decimal): -4892851 or 5068725. OLE color: 5068725.

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

Color convert

RGB1818777-
CMYK00.520.570.29
HSL5.77º41.27%50.59%-
HSV(B)5.77º57.46%70.98%-
XYZ23.817.189.08-
YUV113.97107.14175.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=52.46%
G=25.22%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181877700.520.570.295.7741.2750.59
HexB5574D034391D62933
Octal265127115064713565163
Binary1011010110101111001101011010011100111101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5574D; }

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

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

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

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

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

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

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

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