#894C1F

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

Shades of Russet #894C1F

Tints of Russet #894C1F

Color information

#894C1F (or 0x894C1F) is unknown color: approx Russet. HEX triplet: 89, 4C and 1F. RGB value is (137,76,31). Sum of RGB (Red+Green+Blue) = 137+76+31=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #894C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C1F is #76B3E0. Grayscale: #595959. Windows color (decimal): -7779297 or 2051209. OLE color: 2051209.

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

Color convert

RGB1377631-
CMYK00.450.770.46
HSL25.47º63.1%32.94%-
HSV(B)25.47º77.37%53.73%-
XYZ13.1510.592.65-
YUV89.1195.21162.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.15%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=56.15%
G=31.15%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137763100.450.770.4625.4763.132.94
Hex894C1F02D4D2E193f21
Octal2111143705511556317741
Binary100010011001100111110101101100110110111011001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,76,31); }

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

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

 a { background-color: rgb(137,76,31); }

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

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

 span { border-color: rgb(137,76,31); }

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