#874E1D

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

Shades of Russet #874E1D

Tints of Russet #874E1D

Color information

#874E1D (or 0x874E1D) is unknown color: approx Russet. HEX triplet: 87, 4E and 1D. RGB value is (135,78,29). Sum of RGB (Red+Green+Blue) = 135+78+29=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #874E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E1D is #78B1E2. Grayscale: #595959. Windows color (decimal): -7909859 or 1920647. OLE color: 1920647.

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

Color convert

RGB1357829-
CMYK00.420.790.47
HSL27.74º64.63%32.16%-
HSV(B)27.74º78.52%52.94%-
XYZ12.9410.692.54-
YUV89.4693.88160.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=55.79%
G=32.23%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135782900.420.790.4727.7464.6332.16
Hex874E1D02A4F2F1c4120
Octal20711635052117573410140
Binary1000011110011101110101010101001111101111111001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,78,29); }

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

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

 a { background-color: rgb(135,78,29); }

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

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

 span { border-color: rgb(135,78,29); }

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