#894116

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

Shades of Saddle Brown #894116

Tints of Saddle Brown #894116

Color information

#894116 (or 0x894116) is unknown color: approx Saddle Brown. HEX triplet: 89, 41 and 16. RGB value is (137,65,22). Sum of RGB (Red+Green+Blue) = 137+65+22=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #894116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894116 is #76BEE9. Grayscale: #515151. Windows color (decimal): -7782122 or 1458569. OLE color: 1458569.

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

Color convert

RGB1376522-
CMYK00.530.840.46
HSL22.43º72.33%31.18%-
HSV(B)22.43º83.94%53.73%-
XYZ12.359.161.88-
YUV81.6394.35167.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.16%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=61.16%
G=29.02%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137652200.530.840.4622.4372.3331.18
Hex894116035542E16481f
Octal21110126065124562611037
Binary100010011000001101100110101101010010111010110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894116; }

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

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

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

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

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

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

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

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