Shades of Saddle Brown #893A07
Tints of Saddle Brown #893A07
RGB
CMYK
RGB Variations
Color information
#893A07 (or 0x893A07) is known color: Saddle Brown. HEX triplet: 89, 3A and 07. RGB value is (137,58,7). Sum of RGB (Red+Green+Blue) = 137+58+7=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #893A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A07 is #76C5F8. Grayscale: #4C4C4C. Windows color (decimal): -7783929 or 473737. OLE color: 473737.
HSL color Cylindrical-coordinate representation of color #893A07: hue angle of 23.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #893A07 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 7 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.46 |
| HSL | 23.54º | 0.9% | 0.28% | - |
| HSV(B) | 23.54º | 0.95% | 0.54% | - |
| XYZ | 11.87 | 8.36 | 1.19 | - |
| YUV | 75.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 7 | 0 | 0.58 | 0.95 | 0.46 | 23.54 | 0.9 | 0.28 |
| Hex | 89 | 3A | 7 | 0 | 3A | 5F | 2E | 18 | 5A | 1C |
| Octal | 211 | 72 | 7 | 0 | 72 | 137 | 56 | 30 | 132 | 34 |
| Binary | 10001001 | 111010 | 111 | 0 | 111010 | 1011111 | 101110 | 11000 | 1011010 | 11100 |
Color Harmonies of #893A07
Complementary color
Monochromatic Colors of #893A07
Black with #893A07
Text Example
Text Example
White with #893A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A07; }
p { color: rgb(137,58,7); }
H1.HeaderClassName
{
color: #893A07;
}
.AnyTagClassName
{
color: #893A07;
}
</style>
background-color css
<style>
a { background-color: #893A07; }
a { background-color: rgb(137,58,7); }
div.DivClassName
{
background-color: #893A07;
}
.BgClassName
{
background-color: #893A07;
}
</style>
border-color css
<style>
span { border-color: #893A07; }
span { border-color: rgb(137,58,7); }
td.TdClassName
{
border-color: #893A07;
}
.TagClassName
{
border-color: #893A07;
}
</style>