#895414

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

Shades of Saddle Brown #895414

Tints of Saddle Brown #895414

Color information

#895414 (or 0x895414) is unknown color: approx Saddle Brown. HEX triplet: 89, 54 and 14. RGB value is (137,84,20). Sum of RGB (Red+Green+Blue) = 137+84+20=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #895414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895414 is #76ABEB. Grayscale: #5C5C5C. Windows color (decimal): -7777260 or 1332361. OLE color: 1332361.

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

Color convert

RGB1378420-
CMYK00.390.850.46
HSL32.82º74.52%30.78%-
HSV(B)32.82º85.4%53.73%-
XYZ13.6111.712.2-
YUV92.5587.06159.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=56.85%
G=34.85%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137842000.390.850.4632.8274.5230.78
Hex895414027552E214b1f
Octal21112424047125564111337
Binary1000100110101001010001001111010101101110100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895414; }

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

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

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

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

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

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

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

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