#893511

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

Shades of Saddle Brown #893511

Tints of Saddle Brown #893511

Color information

#893511 (or 0x893511) is unknown color: approx Saddle Brown. HEX triplet: 89, 35 and 11. RGB value is (137,53,17). Sum of RGB (Red+Green+Blue) = 137+53+17=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #893511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893511 is #76CAEE. Grayscale: #4A4A4A. Windows color (decimal): -7785199 or 1127817. OLE color: 1127817.

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

Color convert

RGB1375317-
CMYK00.610.880.46
HSL18º77.92%30.2%-
HSV(B)18º87.59%53.73%-
XYZ11.697.911.44-
YUV74.0195.83172.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=66.18%
G=25.60%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137531700.610.880.461877.9230.2
Hex89351103D582E124e1e
Octal2116521075130562211636
Binary10001001110101100010111101101100010111010010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893511; }

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

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

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

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

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

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

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

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