Shades of Saddle Brown #893A0F
Tints of Saddle Brown #893A0F
RGB
CMYK
RGB Variations
Color information
#893A0F (or 0x893A0F) is known color: Saddle Brown. HEX triplet: 89, 3A and 0F. RGB value is (137,58,15). Sum of RGB (Red+Green+Blue) = 137+58+15=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #893A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A0F is #76C5F0. Grayscale: #4C4C4C. Windows color (decimal): -7783921 or 998025. OLE color: 998025.
HSL color Cylindrical-coordinate representation of color #893A0F: hue angle of 21.15º 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 #893A0F is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 15 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.46 |
| HSL | 21.15º | 0.8% | 0.3% | - |
| HSV(B) | 21.15º | 0.89% | 0.54% | - |
| XYZ | 11.92 | 8.38 | 1.44 | - |
| YUV | 76.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 15 | 0 | 0.58 | 0.89 | 0.46 | 21.15 | 0.8 | 0.3 |
| Hex | 89 | 3A | F | 0 | 3A | 59 | 2E | 15 | 50 | 1E |
| Octal | 211 | 72 | 17 | 0 | 72 | 131 | 56 | 25 | 120 | 36 |
| Binary | 10001001 | 111010 | 1111 | 0 | 111010 | 1011001 | 101110 | 10101 | 1010000 | 11110 |
Color Harmonies of #893A0F
Complementary color
Monochromatic Colors of #893A0F
Black with #893A0F
Text Example
Text Example
White with #893A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A0F; }
p { color: rgb(137,58,15); }
H1.HeaderClassName
{
color: #893A0F;
}
.AnyTagClassName
{
color: #893A0F;
}
</style>
background-color css
<style>
a { background-color: #893A0F; }
a { background-color: rgb(137,58,15); }
div.DivClassName
{
background-color: #893A0F;
}
.BgClassName
{
background-color: #893A0F;
}
</style>
border-color css
<style>
span { border-color: #893A0F; }
span { border-color: rgb(137,58,15); }
td.TdClassName
{
border-color: #893A0F;
}
.TagClassName
{
border-color: #893A0F;
}
</style>