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