Shades of Saddle Brown #893F16
Tints of Saddle Brown #893F16
RGB
CMYK
RGB Variations
Color information
#893F16 (or 0x893F16) is known color: Saddle Brown. HEX triplet: 89, 3F and 16. RGB value is (137,63,22). Sum of RGB (Red+Green+Blue) = 137+63+22=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #893F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F16 is #76C0E9. Grayscale: #505050. Windows color (decimal): -7782634 or 1458057. OLE color: 1458057.
HSL color Cylindrical-coordinate representation of color #893F16: hue angle of 21.39º 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 #893F16 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 22 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.46 |
| HSL | 21.39º | 0.72% | 0.31% | - |
| HSV(B) | 21.39º | 0.84% | 0.54% | - |
| XYZ | 12.24 | 8.93 | 1.84 | - |
| YUV | 80.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 22 | 0 | 0.54 | 0.84 | 0.46 | 21.39 | 0.72 | 0.31 |
| Hex | 89 | 3F | 16 | 0 | 36 | 54 | 2E | 15 | 48 | 1F |
| Octal | 211 | 77 | 26 | 0 | 66 | 124 | 56 | 25 | 110 | 37 |
| Binary | 10001001 | 111111 | 10110 | 0 | 110110 | 1010100 | 101110 | 10101 | 1001000 | 11111 |
Color Harmonies of #893F16
Complementary color
Monochromatic Colors of #893F16
Black with #893F16
Text Example
Text Example
White with #893F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F16; }
p { color: rgb(137,63,22); }
H1.HeaderClassName
{
color: #893F16;
}
.AnyTagClassName
{
color: #893F16;
}
</style>
background-color css
<style>
a { background-color: #893F16; }
a { background-color: rgb(137,63,22); }
div.DivClassName
{
background-color: #893F16;
}
.BgClassName
{
background-color: #893F16;
}
</style>
border-color css
<style>
span { border-color: #893F16; }
span { border-color: rgb(137,63,22); }
td.TdClassName
{
border-color: #893F16;
}
.TagClassName
{
border-color: #893F16;
}
</style>