Shades of Saddle Brown #893206
Tints of Saddle Brown #893206
RGB
CMYK
RGB Variations
Color information
#893206 (or 0x893206) is known color: Saddle Brown. HEX triplet: 89, 32 and 06. RGB value is (137,50,6). Sum of RGB (Red+Green+Blue) = 137+50+6=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #893206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893206 is #76CDF9. Grayscale: #474747. Windows color (decimal): -7785978 or 406153. OLE color: 406153.
HSL color Cylindrical-coordinate representation of color #893206: hue angle of 20.15º degrees, saturation: 0.92, 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 #893206 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 6 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.46 |
| HSL | 20.15º | 0.92% | 0.28% | - |
| HSV(B) | 20.15º | 0.96% | 0.54% | - |
| XYZ | 11.49 | 7.61 | 1.04 | - |
| YUV | 71 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 6 | 0 | 0.64 | 0.96 | 0.46 | 20.15 | 0.92 | 0.28 |
| Hex | 89 | 32 | 6 | 0 | 40 | 60 | 2E | 14 | 5C | 1C |
| Octal | 211 | 62 | 6 | 0 | 100 | 140 | 56 | 24 | 134 | 34 |
| Binary | 10001001 | 110010 | 110 | 0 | 1000000 | 1100000 | 101110 | 10100 | 1011100 | 11100 |
Color Harmonies of #893206
Complementary color
Monochromatic Colors of #893206
Black with #893206
Text Example
Text Example
White with #893206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893206; }
p { color: rgb(137,50,6); }
H1.HeaderClassName
{
color: #893206;
}
.AnyTagClassName
{
color: #893206;
}
</style>
background-color css
<style>
a { background-color: #893206; }
a { background-color: rgb(137,50,6); }
div.DivClassName
{
background-color: #893206;
}
.BgClassName
{
background-color: #893206;
}
</style>
border-color css
<style>
span { border-color: #893206; }
span { border-color: rgb(137,50,6); }
td.TdClassName
{
border-color: #893206;
}
.TagClassName
{
border-color: #893206;
}
</style>