#894F1E

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

Shades of Russet #894F1E

Tints of Russet #894F1E

Color information

#894F1E (or 0x894F1E) is unknown color: approx Russet. HEX triplet: 89, 4F and 1E. RGB value is (137,79,30). Sum of RGB (Red+Green+Blue) = 137+79+30=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #894F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F1E is #76B0E1. Grayscale: #5B5B5B. Windows color (decimal): -7778530 or 1986441. OLE color: 1986441.

HSL color Cylindrical-coordinate representation of color #894F1E: hue angle of 27.48º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #894F1E is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1377930-
CMYK00.420.780.46
HSL27.48º64.07%32.75%-
HSV(B)27.48º78.1%53.73%-
XYZ13.35112.65-
YUV90.7693.72160.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.69%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=55.69%
G=32.11%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137793000.420.780.4627.4864.0732.75
Hex894F1E02A4E2E1b4021
Octal21111736052116563310041
Binary1000100110011111111001010101001110101110110111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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