#874F1E

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

Shades of Russet #874F1E

Tints of Russet #874F1E

Color information

#874F1E (or 0x874F1E) is unknown color: approx Russet. HEX triplet: 87, 4F and 1E. RGB value is (135,79,30). Sum of RGB (Red+Green+Blue) = 135+79+30=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #874F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F1E is #78B0E1. Grayscale: #5A5A5A. Windows color (decimal): -7909602 or 1986439. OLE color: 1986439.

HSL color Cylindrical-coordinate representation of color #874F1E: hue angle of 28º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #874F1E is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1357930-
CMYK00.410.780.47
HSL28º63.64%32.35%-
HSV(B)28º77.78%52.94%-
XYZ13.0210.842.63-
YUV90.1694.05159.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=55.33%
G=32.38%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135793000.410.780.472863.6432.35
Hex874F1E0294E2F1c4020
Octal20711736051116573410040
Binary1000011110011111111001010011001110101111111001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874F1E; }

 p { color: rgb(135,79,30); }

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

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

 a { background-color: rgb(135,79,30); }

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

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

 span { border-color: rgb(135,79,30); }

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