#894D11

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

Shades of Saddle Brown #894D11

Tints of Saddle Brown #894D11

Color information

#894D11 (or 0x894D11) is unknown color: approx Saddle Brown. HEX triplet: 89, 4D and 11. RGB value is (137,77,17). Sum of RGB (Red+Green+Blue) = 137+77+17=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #894D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894D11 is #76B2EE. Grayscale: #585858. Windows color (decimal): -7779055 or 1133961. OLE color: 1133961.

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

Color convert

RGB1377717-
CMYK00.440.880.46
HSL30º77.92%30.2%-
HSV(B)30º87.59%53.73%-
XYZ13.0710.671.9-
YUV88.187.88162.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=59.31%
G=33.33%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137771700.440.880.463077.9230.2
Hex894D1102C582E1e4e1e
Octal21111521054130563611636
Binary100010011001101100010101100101100010111011110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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