#87501F

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

Shades of Russet #87501F

Tints of Russet #87501F

Color information

#87501F (or 0x87501F) is unknown color: approx Russet. HEX triplet: 87, 50 and 1F. RGB value is (135,80,31). Sum of RGB (Red+Green+Blue) = 135+80+31=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87501F is #78AFE0. Grayscale: #5B5B5B. Windows color (decimal): -7909345 or 2052231. OLE color: 2052231.

HSL color Cylindrical-coordinate representation of color #87501F: hue angle of 28.27º 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 #87501F is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1358031-
CMYK00.410.770.47
HSL28.27º62.65%32.55%-
HSV(B)28.27º77.04%52.94%-
XYZ13.1110.992.73-
YUV90.8694.22159.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 31 (12.5% from 255) = 12.60%
R=54.88%
G=32.52%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135803100.410.770.4728.2762.6532.55
Hex87501F0294D2F1c3f21
Octal2071203705111557347741
Binary100001111010000111110101001100110110111111100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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