Shades of Saddle Brown #893205
Tints of Saddle Brown #893205
RGB
CMYK
RGB Variations
Color information
#893205 (or 0x893205) is known color: Saddle Brown. HEX triplet: 89, 32 and 05. RGB value is (137,50,5). Sum of RGB (Red+Green+Blue) = 137+50+5=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #893205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893205 is #76CDFA. Grayscale: #474747. Windows color (decimal): -7785979 or 340617. OLE color: 340617.
HSL color Cylindrical-coordinate representation of color #893205: hue angle of 20.45º 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 #893205 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 5 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.46 |
| HSL | 20.45º | 0.93% | 0.28% | - |
| HSV(B) | 20.45º | 0.96% | 0.54% | - |
| XYZ | 11.48 | 7.61 | 1.01 | - |
| YUV | 70.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 5 | 0 | 0.64 | 0.96 | 0.46 | 20.45 | 0.93 | 0.28 |
| Hex | 89 | 32 | 5 | 0 | 40 | 60 | 2E | 14 | 5D | 1C |
| Octal | 211 | 62 | 5 | 0 | 100 | 140 | 56 | 24 | 135 | 34 |
| Binary | 10001001 | 110010 | 101 | 0 | 1000000 | 1100000 | 101110 | 10100 | 1011101 | 11100 |
Color Harmonies of #893205
Complementary color
Monochromatic Colors of #893205
Black with #893205
Text Example
Text Example
White with #893205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893205; }
p { color: rgb(137,50,5); }
H1.HeaderClassName
{
color: #893205;
}
.AnyTagClassName
{
color: #893205;
}
</style>
background-color css
<style>
a { background-color: #893205; }
a { background-color: rgb(137,50,5); }
div.DivClassName
{
background-color: #893205;
}
.BgClassName
{
background-color: #893205;
}
</style>
border-color css
<style>
span { border-color: #893205; }
span { border-color: rgb(137,50,5); }
td.TdClassName
{
border-color: #893205;
}
.TagClassName
{
border-color: #893205;
}
</style>