Html Css Color HEX #894711 Saddle Brown

📋 copy color: '#894711'

red 137 ◦ green 71 ◦ blue 17

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

Shades of Saddle Brown #894711

Tints of Saddle Brown #894711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 60.89%
G = 31.56%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#894711 (or 0x894711) is known color: Saddle Brown. HEX triplet: 89, 47 and 11. RGB value is (137,71,17). Sum of RGB (Red+Green+Blue) = 137+71+17=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #894711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894711 is #76B8EE. Grayscale: #545454. Windows color (decimal): -7780591 or 1132425. OLE color: 1132425.

HSL color Cylindrical-coordinate representation of color #894711: hue angle of 27º 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 #894711 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 17 -
CMYK 0 0.48 0.88 0.46
HSL 27º 0.78% 0.3% -
HSV(B) 27º 0.88% 0.54% -
XYZ 12.67 9.87 1.77 -
YUV 84.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 137 71 17 0 0.48 0.88 0.46 27 0.78 0.3
Hex 89 47 11 0 30 58 2E 1B 4E 1E
Octal 211 107 21 0 60 130 56 33 116 36
Binary 10001001 1000111 10001 0 110000 1011000 101110 11011 1001110 11110

Color Harmonies of #894711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894711

Black with #894711

Text Example


Text Example

White with #894711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894711; }

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

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

background-color css

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

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

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

border-color css

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

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

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