#893A00

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

Shades of Saddle Brown #893A00

Tints of Saddle Brown #893A00

Color information

#893A00 (or 0x893A00) is unknown color: approx Saddle Brown. HEX triplet: 89, 3A and 00. RGB value is (137,58,0). Sum of RGB (Red+Green+Blue) = 137+58+0=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #893A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A00 is #76C5FF. Grayscale: #4B4B4B. Windows color (decimal): -7783936 or 14985. OLE color: 14985.

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

Color convert

RGB137580-
CMYK00.5810.46
HSL25.4º100%26.86%-
HSV(B)25.4º100%53.73%-
XYZ11.838.340.99-
YUV75.0185.67172.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.26%
G=29.74%
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
Decimal13758000.5810.4625.410026.86
Hex893A003A642E19641b
Octal211720072144563114433
Binary1000100111101000111010110010010111011001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A00; }

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

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

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

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

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

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

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

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