#87521F

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

Shades of Russet #87521F

Tints of Russet #87521F

Color information

#87521F (or 0x87521F) is unknown color: approx Russet. HEX triplet: 87, 52 and 1F. RGB value is (135,82,31). Sum of RGB (Red+Green+Blue) = 135+82+31=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87521F is #78ADE0. Grayscale: #5C5C5C. Windows color (decimal): -7908833 or 2052743. OLE color: 2052743.

HSL color Cylindrical-coordinate representation of color #87521F: hue angle of 29.42º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87521F is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1358231-
CMYK00.390.770.47
HSL29.42º62.65%32.55%-
HSV(B)29.42º77.04%52.94%-
XYZ13.2611.282.78-
YUV92.0393.56158.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 31 (12.5% from 255) = 12.5%
R=54.44%
G=33.06%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135823100.390.770.4729.4262.6532.55
Hex87521F0274D2F1d3f21
Octal2071223704711557357741
Binary100001111010010111110100111100110110111111101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87521F; }

 p { color: rgb(135,82,31); }

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

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

 a { background-color: rgb(135,82,31); }

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

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

 span { border-color: rgb(135,82,31); }

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