Shades of Saddle Brown #893D07
Tints of Saddle Brown #893D07
RGB
CMYK
RGB Variations
Color information
#893D07 (or 0x893D07) is known color: Saddle Brown. HEX triplet: 89, 3D and 07. RGB value is (137,61,7). Sum of RGB (Red+Green+Blue) = 137+61+7=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #893D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893D07 is #76C2F8. Grayscale: #4D4D4D. Windows color (decimal): -7783161 or 474505. OLE color: 474505.
HSL color Cylindrical-coordinate representation of color #893D07: hue angle of 24.92º 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 #893D07 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 7 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.46 |
| HSL | 24.92º | 0.9% | 0.28% | - |
| HSV(B) | 24.92º | 0.95% | 0.54% | - |
| XYZ | 12.02 | 8.67 | 1.24 | - |
| YUV | 77.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 7 | 0 | 0.55 | 0.95 | 0.46 | 24.92 | 0.9 | 0.28 |
| Hex | 89 | 3D | 7 | 0 | 37 | 5F | 2E | 19 | 5A | 1C |
| Octal | 211 | 75 | 7 | 0 | 67 | 137 | 56 | 31 | 132 | 34 |
| Binary | 10001001 | 111101 | 111 | 0 | 110111 | 1011111 | 101110 | 11001 | 1011010 | 11100 |
Color Harmonies of #893D07
Complementary color
Monochromatic Colors of #893D07
Black with #893D07
Text Example
Text Example
White with #893D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D07; }
p { color: rgb(137,61,7); }
H1.HeaderClassName
{
color: #893D07;
}
.AnyTagClassName
{
color: #893D07;
}
</style>
background-color css
<style>
a { background-color: #893D07; }
a { background-color: rgb(137,61,7); }
div.DivClassName
{
background-color: #893D07;
}
.BgClassName
{
background-color: #893D07;
}
</style>
border-color css
<style>
span { border-color: #893D07; }
span { border-color: rgb(137,61,7); }
td.TdClassName
{
border-color: #893D07;
}
.TagClassName
{
border-color: #893D07;
}
</style>