#874F1A

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

Shades of Russet #874F1A

Tints of Russet #874F1A

Color information

#874F1A (or 0x874F1A) is unknown color: approx Russet. HEX triplet: 87, 4F and 1A. RGB value is (135,79,26). Sum of RGB (Red+Green+Blue) = 135+79+26=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #874F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F1A is #78B0E5. Grayscale: #595959. Windows color (decimal): -7909606 or 1724295. OLE color: 1724295.

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

Color convert

RGB1357926-
CMYK00.410.810.47
HSL29.17º67.7%31.57%-
HSV(B)29.17º80.74%52.94%-
XYZ12.9710.822.38-
YUV89.792.05160.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=56.25%
G=32.92%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135792600.410.810.4729.1767.731.57
Hex874F1A029512F1d4420
Octal20711732051121573510440
Binary1000011110011111101001010011010001101111111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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