Shades of Saddle Brown #893F07
Tints of Saddle Brown #893F07
RGB
CMYK
RGB Variations
Color information
#893F07 (or 0x893F07) is known color: Saddle Brown. HEX triplet: 89, 3F and 07. RGB value is (137,63,7). Sum of RGB (Red+Green+Blue) = 137+63+7=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #893F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F07 is #76C0F8. Grayscale: #4F4F4F. Windows color (decimal): -7782649 or 475017. OLE color: 475017.
HSL color Cylindrical-coordinate representation of color #893F07: hue angle of 25.85º 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 #893F07 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 7 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.46 |
| HSL | 25.85º | 0.9% | 0.28% | - |
| HSV(B) | 25.85º | 0.95% | 0.54% | - |
| XYZ | 12.13 | 8.89 | 1.28 | - |
| YUV | 78.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 7 | 0 | 0.54 | 0.95 | 0.46 | 25.85 | 0.9 | 0.28 |
| Hex | 89 | 3F | 7 | 0 | 36 | 5F | 2E | 1A | 5A | 1C |
| Octal | 211 | 77 | 7 | 0 | 66 | 137 | 56 | 32 | 132 | 34 |
| Binary | 10001001 | 111111 | 111 | 0 | 110110 | 1011111 | 101110 | 11010 | 1011010 | 11100 |
Color Harmonies of #893F07
Complementary color
Monochromatic Colors of #893F07
Black with #893F07
Text Example
Text Example
White with #893F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F07; }
p { color: rgb(137,63,7); }
H1.HeaderClassName
{
color: #893F07;
}
.AnyTagClassName
{
color: #893F07;
}
</style>
background-color css
<style>
a { background-color: #893F07; }
a { background-color: rgb(137,63,7); }
div.DivClassName
{
background-color: #893F07;
}
.BgClassName
{
background-color: #893F07;
}
</style>
border-color css
<style>
span { border-color: #893F07; }
span { border-color: rgb(137,63,7); }
td.TdClassName
{
border-color: #893F07;
}
.TagClassName
{
border-color: #893F07;
}
</style>