Shades of Saddle Brown #893E00
Tints of Saddle Brown #893E00
RGB
CMYK
RGB Variations
Color information
#893E00 (or 0x893E00) is known color: Saddle Brown. HEX triplet: 89, 3E and 00. RGB value is (137,62,0). Sum of RGB (Red+Green+Blue) = 137+62+0=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #893E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893E00 is #76C1FF. Grayscale: #4D4D4D. Windows color (decimal): -7782912 or 16009. OLE color: 16009.
HSL color Cylindrical-coordinate representation of color #893E00: hue angle of 27.15º 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 #893E00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 62 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.46 |
| HSL | 27.15º | 1% | 0.27% | - |
| HSV(B) | 27.15º | 1% | 0.54% | - |
| XYZ | 12.04 | 8.76 | 1.06 | - |
| YUV | 77.36 | 84.35 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 0 | 0 | 0.55 | 1 | 0.46 | 27.15 | 1 | 0.27 |
| Hex | 89 | 3E | 0 | 0 | 37 | 64 | 2E | 1B | 64 | 1B |
| Octal | 211 | 76 | 0 | 0 | 67 | 144 | 56 | 33 | 144 | 33 |
| Binary | 10001001 | 111110 | 0 | 0 | 110111 | 1100100 | 101110 | 11011 | 1100100 | 11011 |
Color Harmonies of #893E00
Complementary color
Monochromatic Colors of #893E00
Black with #893E00
Text Example
Text Example
White with #893E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893E00; }
p { color: rgb(137,62,0); }
H1.HeaderClassName
{
color: #893E00;
}
.AnyTagClassName
{
color: #893E00;
}
</style>
background-color css
<style>
a { background-color: #893E00; }
a { background-color: rgb(137,62,0); }
div.DivClassName
{
background-color: #893E00;
}
.BgClassName
{
background-color: #893E00;
}
</style>
border-color css
<style>
span { border-color: #893E00; }
span { border-color: rgb(137,62,0); }
td.TdClassName
{
border-color: #893E00;
}
.TagClassName
{
border-color: #893E00;
}
</style>