#874C1A

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

Shades of Russet #874C1A

Tints of Russet #874C1A

Color information

#874C1A (or 0x874C1A) is unknown color: approx Russet. HEX triplet: 87, 4C and 1A. RGB value is (135,76,26). Sum of RGB (Red+Green+Blue) = 135+76+26=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #874C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C1A is #78B3E5. Grayscale: #585858. Windows color (decimal): -7910374 or 1723527. OLE color: 1723527.

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

Color convert

RGB1357626-
CMYK00.440.810.47
HSL27.52º67.7%31.57%-
HSV(B)27.52º80.74%52.94%-
XYZ12.7610.392.31-
YUV87.9493.05161.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=56.96%
G=32.07%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135762600.440.810.4727.5267.731.57
Hex874C1A02C512F1c4420
Octal20711432054121573410440
Binary1000011110011001101001011001010001101111111001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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