#894514

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

Shades of Saddle Brown #894514

Tints of Saddle Brown #894514

Color information

#894514 (or 0x894514) is unknown color: approx Saddle Brown. HEX triplet: 89, 45 and 14. RGB value is (137,69,20). Sum of RGB (Red+Green+Blue) = 137+69+20=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #894514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894514 is #76BAEB. Grayscale: #545454. Windows color (decimal): -7781100 or 1328521. OLE color: 1328521.

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

Color convert

RGB1376920-
CMYK00.500.850.46
HSL25.13º74.52%30.78%-
HSV(B)25.13º85.4%53.73%-
XYZ12.579.631.86-
YUV83.7592.03165.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.62%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=60.62%
G=30.53%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137692000.500.850.4625.1374.5230.78
Hex894514032552E194b1f
Octal21110524062125563111337
Binary100010011000101101000110010101010110111011001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894514; }

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

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

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

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

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

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

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

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