Html Css Color HEX #894F20 Russet

📋 copy color: '#894F20'

red 137 ◦ green 79 ◦ blue 32

#894F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russet #894F20

Tints of Russet #894F20

RGB

 RED value IS 137 (53.91% from 255) = 55.24%

 GREEN value IS 79 (31.25% from 255) = 31.85%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 55.24%
G = 31.85%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#894F20 (or 0x894F20) is known color: Russet. HEX triplet: 89, 4F and 20. RGB value is (137,79,32). Sum of RGB (Red+Green+Blue) = 137+79+32=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #894F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F20 is #76B0DF. Grayscale: #5B5B5B. Windows color (decimal): -7778528 or 2117513. OLE color: 2117513.

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

Color convert

RGB 137 79 32 -
CMYK 0 0.42 0.77 0.46
HSL 26.86º 0.62% 0.33% -
HSV(B) 26.86º 0.77% 0.54% -
XYZ 13.37 11.01 2.79 -
YUV 90.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 137 79 32 0 0.42 0.77 0.46 26.86 0.62 0.33
Hex 89 4F 20 0 2A 4D 2E 1B 3E 21
Octal 211 117 40 0 52 115 56 33 76 41
Binary 10001001 1001111 100000 0 101010 1001101 101110 11011 111110 100001

Color Harmonies of #894F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F20

Black with #894F20

Text Example


Text Example

White with #894F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #894F20;
 }
 .AnyTagClassName
 {
   color: #894F20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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