#894614

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

Shades of Saddle Brown #894614

Tints of Saddle Brown #894614

Color information

#894614 (or 0x894614) is unknown color: approx Saddle Brown. HEX triplet: 89, 46 and 14. RGB value is (137,70,20). Sum of RGB (Red+Green+Blue) = 137+70+20=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #894614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894614 is #76B9EB. Grayscale: #545454. Windows color (decimal): -7780844 or 1328777. OLE color: 1328777.

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

Color convert

RGB1377020-
CMYK00.490.850.46
HSL25.64º74.52%30.78%-
HSV(B)25.64º85.4%53.73%-
XYZ12.639.751.88-
YUV84.3391.7165.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=60.35%
G=30.84%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137702000.490.850.4625.6474.5230.78
Hex894614031552E1a4b1f
Octal21110624061125563211337
Binary100010011000110101000110001101010110111011010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894614; }

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

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

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

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

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

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

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

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