#893900

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

Shades of Saddle Brown #893900

Tints of Saddle Brown #893900

Color information

#893900 (or 0x893900) is unknown color: approx Saddle Brown. HEX triplet: 89, 39 and 00. RGB value is (137,57,0). Sum of RGB (Red+Green+Blue) = 137+57+0=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #893900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893900 is #76C6FF. Grayscale: #4A4A4A. Windows color (decimal): -7784192 or 14729. OLE color: 14729.

HSL color Cylindrical-coordinate representation of color #893900: hue angle of 24.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #893900 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB137570-
CMYK00.5810.46
HSL24.96º100%26.86%-
HSV(B)24.96º100%53.73%-
XYZ11.788.240.97-
YUV74.4286172.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.62%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.62%
G=29.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13757000.5810.4624.9610026.86
Hex8939003A642E19641b
Octal211710072144563114433
Binary1000100111100100111010110010010111011001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893900; }

 p { color: rgb(137,57,0); }

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

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

 a { background-color: rgb(137,57,0); }

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

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

 span { border-color: rgb(137,57,0); }

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