#895116

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

Shades of Saddle Brown #895116

Tints of Saddle Brown #895116

Color information

#895116 (or 0x895116) is unknown color: approx Saddle Brown. HEX triplet: 89, 51 and 16. RGB value is (137,81,22). Sum of RGB (Red+Green+Blue) = 137+81+22=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #895116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895116 is #76AEE9. Grayscale: #5B5B5B. Windows color (decimal): -7778026 or 1462665. OLE color: 1462665.

HSL color Cylindrical-coordinate representation of color #895116: hue angle of 30.78º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #895116 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1378122-
CMYK00.410.840.46
HSL30.78º72.33%31.18%-
HSV(B)30.78º83.94%53.73%-
XYZ13.411.262.23-
YUV91.0289.05160.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=57.08%
G=33.75%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137812200.410.840.4630.7872.3331.18
Hex895116029542E1f481f
Octal21112126051124563711037
Binary100010011010001101100101001101010010111011111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895116; }

 p { color: rgb(137,81,22); }

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

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

 a { background-color: rgb(137,81,22); }

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

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

 span { border-color: rgb(137,81,22); }

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