Shades of Saddle Brown #893F0F
Tints of Saddle Brown #893F0F
RGB
CMYK
RGB Variations
Color information
#893F0F (or 0x893F0F) is known color: Saddle Brown. HEX triplet: 89, 3F and 0F. RGB value is (137,63,15). Sum of RGB (Red+Green+Blue) = 137+63+15=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #893F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F0F is #76C0F0. Grayscale: #4F4F4F. Windows color (decimal): -7782641 or 999305. OLE color: 999305.
HSL color Cylindrical-coordinate representation of color #893F0F: hue angle of 23.61º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #893F0F is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 15 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.46 |
| HSL | 23.61º | 0.8% | 0.3% | - |
| HSV(B) | 23.61º | 0.89% | 0.54% | - |
| XYZ | 12.18 | 8.91 | 1.53 | - |
| YUV | 79.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 15 | 0 | 0.54 | 0.89 | 0.46 | 23.61 | 0.8 | 0.3 |
| Hex | 89 | 3F | F | 0 | 36 | 59 | 2E | 18 | 50 | 1E |
| Octal | 211 | 77 | 17 | 0 | 66 | 131 | 56 | 30 | 120 | 36 |
| Binary | 10001001 | 111111 | 1111 | 0 | 110110 | 1011001 | 101110 | 11000 | 1010000 | 11110 |
Color Harmonies of #893F0F
Complementary color
Monochromatic Colors of #893F0F
Black with #893F0F
Text Example
Text Example
White with #893F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F0F; }
p { color: rgb(137,63,15); }
H1.HeaderClassName
{
color: #893F0F;
}
.AnyTagClassName
{
color: #893F0F;
}
</style>
background-color css
<style>
a { background-color: #893F0F; }
a { background-color: rgb(137,63,15); }
div.DivClassName
{
background-color: #893F0F;
}
.BgClassName
{
background-color: #893F0F;
}
</style>
border-color css
<style>
span { border-color: #893F0F; }
span { border-color: rgb(137,63,15); }
td.TdClassName
{
border-color: #893F0F;
}
.TagClassName
{
border-color: #893F0F;
}
</style>