Shades of Saddle Brown #893D16
Tints of Saddle Brown #893D16
RGB
CMYK
RGB Variations
Color information
#893D16 (or 0x893D16) is known color: Saddle Brown. HEX triplet: 89, 3D and 16. RGB value is (137,61,22). Sum of RGB (Red+Green+Blue) = 137+61+22=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #893D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893D16 is #76C2E9. Grayscale: #4F4F4F. Windows color (decimal): -7783146 or 1457545. OLE color: 1457545.
HSL color Cylindrical-coordinate representation of color #893D16: hue angle of 20.35º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #893D16 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 22 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.46 |
| HSL | 20.35º | 0.72% | 0.31% | - |
| HSV(B) | 20.35º | 0.84% | 0.54% | - |
| XYZ | 12.13 | 8.71 | 1.8 | - |
| YUV | 79.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 22 | 0 | 0.55 | 0.84 | 0.46 | 20.35 | 0.72 | 0.31 |
| Hex | 89 | 3D | 16 | 0 | 37 | 54 | 2E | 14 | 48 | 1F |
| Octal | 211 | 75 | 26 | 0 | 67 | 124 | 56 | 24 | 110 | 37 |
| Binary | 10001001 | 111101 | 10110 | 0 | 110111 | 1010100 | 101110 | 10100 | 1001000 | 11111 |
Color Harmonies of #893D16
Complementary color
Monochromatic Colors of #893D16
Black with #893D16
Text Example
Text Example
White with #893D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D16; }
p { color: rgb(137,61,22); }
H1.HeaderClassName
{
color: #893D16;
}
.AnyTagClassName
{
color: #893D16;
}
</style>
background-color css
<style>
a { background-color: #893D16; }
a { background-color: rgb(137,61,22); }
div.DivClassName
{
background-color: #893D16;
}
.BgClassName
{
background-color: #893D16;
}
</style>
border-color css
<style>
span { border-color: #893D16; }
span { border-color: rgb(137,61,22); }
td.TdClassName
{
border-color: #893D16;
}
.TagClassName
{
border-color: #893D16;
}
</style>