#894A1F

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

Shades of Russet #894A1F

Tints of Russet #894A1F

Color information

#894A1F (or 0x894A1F) is unknown color: approx Russet. HEX triplet: 89, 4A and 1F. RGB value is (137,74,31). Sum of RGB (Red+Green+Blue) = 137+74+31=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #894A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A1F is #76B5E0. Grayscale: #585858. Windows color (decimal): -7779809 or 2050697. OLE color: 2050697.

HSL color Cylindrical-coordinate representation of color #894A1F: hue angle of 24.34º 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 #894A1F is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1377431-
CMYK00.460.770.46
HSL24.34º63.1%32.94%-
HSV(B)24.34º77.37%53.73%-
XYZ13.0110.312.6-
YUV87.9495.87163-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 31 (12.5% from 255) = 12.81%
R=56.61%
G=30.58%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137743100.460.770.4624.3463.132.94
Hex894A1F02E4D2E183f21
Octal2111123705611556307741
Binary100010011001010111110101110100110110111011000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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