#894114

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

Shades of Saddle Brown #894114

Tints of Saddle Brown #894114

Color information

#894114 (or 0x894114) is unknown color: approx Saddle Brown. HEX triplet: 89, 41 and 14. RGB value is (137,65,20). Sum of RGB (Red+Green+Blue) = 137+65+20=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #894114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894114 is #76BEEB. Grayscale: #515151. Windows color (decimal): -7782124 or 1327497. OLE color: 1327497.

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

Color convert

RGB1376520-
CMYK00.530.850.46
HSL23.08º74.52%30.78%-
HSV(B)23.08º85.4%53.73%-
XYZ12.339.151.78-
YUV81.493.35167.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.71%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=61.71%
G=29.28%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137652000.530.850.4623.0874.5230.78
Hex894114035552E174b1f
Octal21110124065125562711337
Binary100010011000001101000110101101010110111010111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894114; }

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

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

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

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

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

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

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

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