#893301

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

Shades of Saddle Brown #893301

Tints of Saddle Brown #893301

Color information

#893301 (or 0x893301) is unknown color: approx Saddle Brown. HEX triplet: 89, 33 and 01. RGB value is (137,51,1). Sum of RGB (Red+Green+Blue) = 137+51+1=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #893301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893301 is #76CCFE. Grayscale: #474747. Windows color (decimal): -7785727 or 78729. OLE color: 78729.

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

Color convert

RGB137511-
CMYK00.630.990.46
HSL22.06º98.55%27.06%-
HSV(B)22.06º99.27%53.73%-
XYZ11.517.690.91-
YUV71.0188.49175.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.49%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=72.49%
G=26.98%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13751100.630.990.4622.0698.5527.06
Hex8933103F632E16631b
Octal211631077143562614333
Binary1000100111001110111111110001110111010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893301; }

 p { color: rgb(137,51,1); }

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

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

 a { background-color: rgb(137,51,1); }

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

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

 span { border-color: rgb(137,51,1); }

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