#894D1C

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

Shades of Russet #894D1C

Tints of Russet #894D1C

Color information

#894D1C (or 0x894D1C) is unknown color: approx Russet. HEX triplet: 89, 4D and 1C. RGB value is (137,77,28). Sum of RGB (Red+Green+Blue) = 137+77+28=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #894D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D1C is #76B2E3. Grayscale: #595959. Windows color (decimal): -7779044 or 1854857. OLE color: 1854857.

HSL color Cylindrical-coordinate representation of color #894D1C: hue angle of 26.97º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #894D1C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1377728-
CMYK00.440.800.46
HSL26.97º66.06%32.35%-
HSV(B)26.97º79.56%53.73%-
XYZ13.1810.712.47-
YUV89.3593.38161.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=56.61%
G=31.82%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137772800.440.800.4626.9766.0632.35
Hex894D1C02C502E1b4220
Octal21111534054120563310240
Binary1000100110011011110001011001010000101110110111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,77,28); }

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

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

 a { background-color: rgb(137,77,28); }

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

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

 span { border-color: rgb(137,77,28); }

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