#B5524A

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

Shades of Chestnut #B5524A

Tints of Chestnut #B5524A

Color information

#B5524A (or 0xB5524A) is unknown color: approx Chestnut. HEX triplet: B5, 52 and 4A. RGB value is (181,82,74). Sum of RGB (Red+Green+Blue) = 181+82+74=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5524A is #4AADB5. Grayscale: #6E6E6E. Windows color (decimal): -4894134 or 4870837. OLE color: 4870837.

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

Color convert

RGB1818274-
CMYK00.550.590.29
HSL4.49º41.96%50%-
HSV(B)4.49º59.12%70.98%-
XYZ23.3116.358.41-
YUV110.69107.3178.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=53.71%
G=24.33%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181827400.550.590.294.4941.9650
HexB5524A0373B1D42a32
Octal265122112067733545262
Binary1011010110100101001010011011111101111101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5524A; }

 p { color: rgb(181,82,74); }

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

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

 a { background-color: rgb(181,82,74); }

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

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

 span { border-color: rgb(181,82,74); }

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