Html Css Color HEX #894911 Saddle Brown

📋 copy color: '#894911'

red 137 ◦ green 73 ◦ blue 17

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

Shades of Saddle Brown #894911

Tints of Saddle Brown #894911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 60.35%
G = 32.16%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#894911 (or 0x894911) is known color: Saddle Brown. HEX triplet: 89, 49 and 11. RGB value is (137,73,17). Sum of RGB (Red+Green+Blue) = 137+73+17=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #894911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894911 is #76B6EE. Grayscale: #565656. Windows color (decimal): -7780079 or 1132937. OLE color: 1132937.

HSL color Cylindrical-coordinate representation of color #894911: hue angle of 28º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #894911 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 73 17 -
CMYK 0 0.47 0.88 0.46
HSL 28º 0.78% 0.3% -
HSV(B) 28º 0.88% 0.54% -
XYZ 12.8 10.12 1.81 -
YUV 85.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 137 73 17 0 0.47 0.88 0.46 28 0.78 0.3
Hex 89 49 11 0 2F 58 2E 1C 4E 1E
Octal 211 111 21 0 57 130 56 34 116 36
Binary 10001001 1001001 10001 0 101111 1011000 101110 11100 1001110 11110

Color Harmonies of #894911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894911

Black with #894911

Text Example


Text Example

White with #894911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894911; }

 p { color: rgb(137,73,17); }

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

background-color css

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

 a { background-color: rgb(137,73,17); }

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

border-color css

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

 span { border-color: rgb(137,73,17); }

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