#B5524F

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

Shades of Chestnut #B5524F

Tints of Chestnut #B5524F

Color information

#B5524F (or 0xB5524F) is unknown color: approx Chestnut. HEX triplet: B5, 52 and 4F. RGB value is (181,82,79). Sum of RGB (Red+Green+Blue) = 181+82+79=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5524F is #4AADB0. Grayscale: #6F6F6F. Windows color (decimal): -4894129 or 5198517. OLE color: 5198517.

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

Color convert

RGB1818279-
CMYK00.550.560.29
HSL1.76º40.8%50.98%-
HSV(B)1.76º56.35%70.98%-
XYZ23.4816.429.33-
YUV111.26109.8177.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=52.92%
G=23.98%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181827900.550.560.291.7640.850.98
HexB5524F037381D22933
Octal265122117067703525163
Binary101101011010010100111101101111110001110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5524F; }

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

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

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

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

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

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

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

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