Shades of Saddle Brown #893505
Tints of Saddle Brown #893505
RGB
CMYK
RGB Variations
Color information
#893505 (or 0x893505) is known color: Saddle Brown. HEX triplet: 89, 35 and 05. RGB value is (137,53,5). Sum of RGB (Red+Green+Blue) = 137+53+5=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #893505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893505 is #76CAFA. Grayscale: #484848. Windows color (decimal): -7785211 or 341385. OLE color: 341385.
HSL color Cylindrical-coordinate representation of color #893505: hue angle of 21.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #893505 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 5 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.46 |
| HSL | 21.82º | 0.93% | 0.28% | - |
| HSV(B) | 21.82º | 0.96% | 0.54% | - |
| XYZ | 11.62 | 7.88 | 1.05 | - |
| YUV | 72.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 5 | 0 | 0.61 | 0.96 | 0.46 | 21.82 | 0.93 | 0.28 |
| Hex | 89 | 35 | 5 | 0 | 3D | 60 | 2E | 16 | 5D | 1C |
| Octal | 211 | 65 | 5 | 0 | 75 | 140 | 56 | 26 | 135 | 34 |
| Binary | 10001001 | 110101 | 101 | 0 | 111101 | 1100000 | 101110 | 10110 | 1011101 | 11100 |
Color Harmonies of #893505
Complementary color
Monochromatic Colors of #893505
Black with #893505
Text Example
Text Example
White with #893505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893505; }
p { color: rgb(137,53,5); }
H1.HeaderClassName
{
color: #893505;
}
.AnyTagClassName
{
color: #893505;
}
</style>
background-color css
<style>
a { background-color: #893505; }
a { background-color: rgb(137,53,5); }
div.DivClassName
{
background-color: #893505;
}
.BgClassName
{
background-color: #893505;
}
</style>
border-color css
<style>
span { border-color: #893505; }
span { border-color: rgb(137,53,5); }
td.TdClassName
{
border-color: #893505;
}
.TagClassName
{
border-color: #893505;
}
</style>