#87401F

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

Shades of Russet #87401F

Tints of Russet #87401F

Color information

#87401F (or 0x87401F) is unknown color: approx Russet. HEX triplet: 87, 40 and 1F. RGB value is (135,64,31). Sum of RGB (Red+Green+Blue) = 135+64+31=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87401F is #78BFE0. Grayscale: #515151. Windows color (decimal): -7913441 or 2048135. OLE color: 2048135.

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

Color convert

RGB1356431-
CMYK00.530.770.47
HSL19.04º62.65%32.55%-
HSV(B)19.04º77.04%52.94%-
XYZ12.078.922.38-
YUV81.4799.52166.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=58.70%
G=27.83%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135643100.530.770.4719.0462.6532.55
Hex87401F0354D2F133f21
Octal2071003706511557237741
Binary100001111000000111110110101100110110111110011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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