Html Css Color HEX #894A1F Russet

📋 copy color: '#894A1F'

red 137 ◦ green 74 ◦ blue 31

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

Shades of Russet #894A1F

Tints of Russet #894A1F

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#894A1F (or 0x894A1F) is known color: 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

RGB 137 74 31 -
CMYK 0 0.46 0.77 0.46
HSL 24.34º 0.63% 0.33% -
HSV(B) 24.34º 0.77% 0.54% -
XYZ 13.01 10.31 2.6 -
YUV 87.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 137 74 31 0 0.46 0.77 0.46 24.34 0.63 0.33
Hex 89 4A 1F 0 2E 4D 2E 18 3F 21
Octal 211 112 37 0 56 115 56 30 77 41
Binary 10001001 1001010 11111 0 101110 1001101 101110 11000 111111 100001

Color Harmonies of #894A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894A1F

Black with #894A1F

Text Example


Text Example

White with #894A1F

Text Example


Text Example

HTML Codes & Css Web 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>