#894F1B

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

Shades of Russet #894F1B

Tints of Russet #894F1B

Color information

#894F1B (or 0x894F1B) is unknown color: approx Russet. HEX triplet: 89, 4F and 1B. RGB value is (137,79,27). Sum of RGB (Red+Green+Blue) = 137+79+27=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #894F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F1B is #76B0E4. Grayscale: #5A5A5A. Windows color (decimal): -7778533 or 1789833. OLE color: 1789833.

HSL color Cylindrical-coordinate representation of color #894F1B: hue angle of 28.36º degrees, saturation: 0.67, 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 #894F1B is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1377927-
CMYK00.420.800.46
HSL28.36º67.07%32.16%-
HSV(B)28.36º80.29%53.73%-
XYZ13.3110.992.46-
YUV90.4192.22161.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.38%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=56.38%
G=32.51%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137792700.420.800.4628.3667.0732.16
Hex894F1B02A502E1c4320
Octal21111733052120563410340
Binary1000100110011111101101010101010000101110111001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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