#895610

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

Shades of Saddle Brown #895610

Tints of Saddle Brown #895610

Color information

#895610 (or 0x895610) is unknown color: approx Saddle Brown. HEX triplet: 89, 56 and 10. RGB value is (137,86,16). Sum of RGB (Red+Green+Blue) = 137+86+16=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #895610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895610 is #76A9EF. Grayscale: #5D5D5D. Windows color (decimal): -7776752 or 1070729. OLE color: 1070729.

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

Color convert

RGB1378616-
CMYK00.370.880.46
HSL34.71º79.08%30%-
HSV(B)34.71º88.32%53.73%-
XYZ13.7412.012.08-
YUV93.2784.4159.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.32%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=57.32%
G=35.98%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137861600.370.880.4634.7179.0830
Hex895610025582E234f1e
Octal21112620045130564311736
Binary1000100110101101000001001011011000101110100011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895610; }

 p { color: rgb(137,86,16); }

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

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

 a { background-color: rgb(137,86,16); }

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

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

 span { border-color: rgb(137,86,16); }

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