#874B1D

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

Shades of Russet #874B1D

Tints of Russet #874B1D

Color information

#874B1D (or 0x874B1D) is unknown color: approx Russet. HEX triplet: 87, 4B and 1D. RGB value is (135,75,29). Sum of RGB (Red+Green+Blue) = 135+75+29=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #874B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874B1D is #78B4E2. Grayscale: #575757. Windows color (decimal): -7910627 or 1919879. OLE color: 1919879.

HSL color Cylindrical-coordinate representation of color #874B1D: hue angle of 26.04º 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 #874B1D is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1357529-
CMYK00.440.790.47
HSL26.04º64.63%32.16%-
HSV(B)26.04º78.52%52.94%-
XYZ12.7310.272.47-
YUV87.794.88161.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 29 (11.72% from 255) = 12.13%
R=56.49%
G=31.38%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135752900.440.790.4726.0464.6332.16
Hex874B1D02C4F2F1a4120
Octal20711335054117573210140
Binary1000011110010111110101011001001111101111110101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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