#893814

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

Shades of Saddle Brown #893814

Tints of Saddle Brown #893814

Color information

#893814 (or 0x893814) is unknown color: approx Saddle Brown. HEX triplet: 89, 38 and 14. RGB value is (137,56,20). Sum of RGB (Red+Green+Blue) = 137+56+20=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #893814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893814 is #76C7EB. Grayscale: #4C4C4C. Windows color (decimal): -7784428 or 1325193. OLE color: 1325193.

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

Color convert

RGB1375620-
CMYK00.590.850.46
HSL18.46º74.52%30.78%-
HSV(B)18.46º85.4%53.73%-
XYZ11.868.21.62-
YUV76.1296.34171.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.32%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=64.32%
G=26.29%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137562000.590.850.4618.4674.5230.78
Hex89381403B552E124b1f
Octal2117024073125562211337
Binary10001001111000101000111011101010110111010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893814; }

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

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

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

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

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

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

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

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