#895216

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

Shades of Saddle Brown #895216

Tints of Saddle Brown #895216

Color information

#895216 (or 0x895216) is unknown color: approx Saddle Brown. HEX triplet: 89, 52 and 16. RGB value is (137,82,22). Sum of RGB (Red+Green+Blue) = 137+82+22=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #895216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895216 is #76ADE9. Grayscale: #5B5B5B. Windows color (decimal): -7777770 or 1462921. OLE color: 1462921.

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

Color convert

RGB1378222-
CMYK00.400.840.46
HSL31.3º72.33%31.18%-
HSV(B)31.3º83.94%53.73%-
XYZ13.4811.412.25-
YUV91.688.72160.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=56.85%
G=34.02%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137822200.400.840.4631.372.3331.18
Hex895216028542E1f481f
Octal21112226050124563711037
Binary100010011010010101100101000101010010111011111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895216; }

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

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

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

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

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

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

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

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