Shades of Saddle Brown #893F00
Tints of Saddle Brown #893F00
RGB
CMYK
RGB Variations
Color information
#893F00 (or 0x893F00) is known color: Saddle Brown. HEX triplet: 89, 3F and 00. RGB value is (137,63,0). Sum of RGB (Red+Green+Blue) = 137+63+0=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #893F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F00 is #76C0FF. Grayscale: #4E4E4E. Windows color (decimal): -7782656 or 16265. OLE color: 16265.
HSL color Cylindrical-coordinate representation of color #893F00: hue angle of 27.59º 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 #893F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.46 |
| HSL | 27.59º | 1% | 0.27% | - |
| HSV(B) | 27.59º | 1% | 0.54% | - |
| XYZ | 12.09 | 8.87 | 1.08 | - |
| YUV | 77.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 0 | 0 | 0.54 | 1 | 0.46 | 27.59 | 1 | 0.27 |
| Hex | 89 | 3F | 0 | 0 | 36 | 64 | 2E | 1C | 64 | 1B |
| Octal | 211 | 77 | 0 | 0 | 66 | 144 | 56 | 34 | 144 | 33 |
| Binary | 10001001 | 111111 | 0 | 0 | 110110 | 1100100 | 101110 | 11100 | 1100100 | 11011 |
Color Harmonies of #893F00
Complementary color
Monochromatic Colors of #893F00
Black with #893F00
Text Example
Text Example
White with #893F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F00; }
p { color: rgb(137,63,0); }
H1.HeaderClassName
{
color: #893F00;
}
.AnyTagClassName
{
color: #893F00;
}
</style>
background-color css
<style>
a { background-color: #893F00; }
a { background-color: rgb(137,63,0); }
div.DivClassName
{
background-color: #893F00;
}
.BgClassName
{
background-color: #893F00;
}
</style>
border-color css
<style>
span { border-color: #893F00; }
span { border-color: rgb(137,63,0); }
td.TdClassName
{
border-color: #893F00;
}
.TagClassName
{
border-color: #893F00;
}
</style>