Shades of Saddle Brown #89350F
Tints of Saddle Brown #89350F
RGB
CMYK
RGB Variations
Color information
#89350F (or 0x89350F) is known color: Saddle Brown. HEX triplet: 89, 35 and 0F. RGB value is (137,53,15). Sum of RGB (Red+Green+Blue) = 137+53+15=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #89350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89350F is #76CAF0. Grayscale: #4A4A4A. Windows color (decimal): -7785201 or 996745. OLE color: 996745.
HSL color Cylindrical-coordinate representation of color #89350F: hue angle of 18.69º 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 #89350F is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 15 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.46 |
| HSL | 18.69º | 0.8% | 0.3% | - |
| HSV(B) | 18.69º | 0.89% | 0.54% | - |
| XYZ | 11.68 | 7.9 | 1.36 | - |
| YUV | 73.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 15 | 0 | 0.61 | 0.89 | 0.46 | 18.69 | 0.8 | 0.3 |
| Hex | 89 | 35 | F | 0 | 3D | 59 | 2E | 13 | 50 | 1E |
| Octal | 211 | 65 | 17 | 0 | 75 | 131 | 56 | 23 | 120 | 36 |
| Binary | 10001001 | 110101 | 1111 | 0 | 111101 | 1011001 | 101110 | 10011 | 1010000 | 11110 |
Color Harmonies of #89350F
Complementary color
Monochromatic Colors of #89350F
Black with #89350F
Text Example
Text Example
White with #89350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89350F; }
p { color: rgb(137,53,15); }
H1.HeaderClassName
{
color: #89350F;
}
.AnyTagClassName
{
color: #89350F;
}
</style>
background-color css
<style>
a { background-color: #89350F; }
a { background-color: rgb(137,53,15); }
div.DivClassName
{
background-color: #89350F;
}
.BgClassName
{
background-color: #89350F;
}
</style>
border-color css
<style>
span { border-color: #89350F; }
span { border-color: rgb(137,53,15); }
td.TdClassName
{
border-color: #89350F;
}
.TagClassName
{
border-color: #89350F;
}
</style>