#893201

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

Shades of Saddle Brown #893201

Tints of Saddle Brown #893201

Color information

#893201 (or 0x893201) is unknown color: approx Saddle Brown. HEX triplet: 89, 32 and 01. RGB value is (137,50,1). Sum of RGB (Red+Green+Blue) = 137+50+1=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #893201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893201 is #76CDFE. Grayscale: #464646. Windows color (decimal): -7785983 or 78473. OLE color: 78473.

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

Color convert

RGB137501-
CMYK00.640.990.46
HSL21.62º98.55%27.06%-
HSV(B)21.62º99.27%53.73%-
XYZ11.467.60.89-
YUV70.4388.82175.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.87%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=72.87%
G=26.60%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13750100.640.990.4621.6298.5527.06
Hex89321040632E16631b
Octal2116210100143562614333
Binary10001001110010101000000110001110111010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893201; }

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

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

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

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

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

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

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

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