#893E10

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

Shades of Saddle Brown #893E10

Tints of Saddle Brown #893E10

Color information

#893E10 (or 0x893E10) is unknown color: approx Saddle Brown. HEX triplet: 89, 3E and 10. RGB value is (137,62,16). Sum of RGB (Red+Green+Blue) = 137+62+16=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #893E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893E10 is #76C1EF. Grayscale: #4F4F4F. Windows color (decimal): -7782896 or 1064585. OLE color: 1064585.

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

Color convert

RGB1376216-
CMYK00.550.880.46
HSL22.81º79.08%30%-
HSV(B)22.81º88.32%53.73%-
XYZ12.138.81.55-
YUV79.1892.35169.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.72%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 16 (6.64% from 255) = 7.44%
R=63.72%
G=28.84%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137621600.550.880.4622.8179.0830
Hex893E10037582E174f1e
Octal2117620067130562711736
Binary10001001111110100000110111101100010111010111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893E10; }

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

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

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

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

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

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

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

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