#893400

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

Shades of Saddle Brown #893400

Tints of Saddle Brown #893400

Color information

#893400 (or 0x893400) is unknown color: approx Saddle Brown. HEX triplet: 89, 34 and 00. RGB value is (137,52,0). Sum of RGB (Red+Green+Blue) = 137+52+0=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #893400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893400 is #76CBFF. Grayscale: #474747. Windows color (decimal): -7785472 or 13449. OLE color: 13449.

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

Color convert

RGB137520-
CMYK00.6210.46
HSL22.77º100%26.86%-
HSV(B)22.77º100%53.73%-
XYZ11.547.770.89-
YUV71.4987.66174.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.49%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.49%
G=27.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13752000.6210.4622.7710026.86
Hex8934003E642E17641b
Octal211640076144562714433
Binary1000100111010000111110110010010111010111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893400; }

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

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

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

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

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

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

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

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