Shades of Saddle Brown #893600
Tints of Saddle Brown #893600
RGB
CMYK
RGB Variations
Color information
#893600 (or 0x893600) is known color: Saddle Brown. HEX triplet: 89, 36 and 00. RGB value is (137,54,0). Sum of RGB (Red+Green+Blue) = 137+54+0=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #893600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893600 is #76C9FF. Grayscale: #484848. Windows color (decimal): -7784960 or 13961. OLE color: 13961.
HSL color Cylindrical-coordinate representation of color #893600: hue angle of 23.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #893600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.46 |
| HSL | 23.65º | 1% | 0.27% | - |
| HSV(B) | 23.65º | 1% | 0.54% | - |
| XYZ | 11.64 | 7.96 | 0.92 | - |
| YUV | 72.66 | 87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 0 | 0 | 0.61 | 1 | 0.46 | 23.65 | 1 | 0.27 |
| Hex | 89 | 36 | 0 | 0 | 3D | 64 | 2E | 18 | 64 | 1B |
| Octal | 211 | 66 | 0 | 0 | 75 | 144 | 56 | 30 | 144 | 33 |
| Binary | 10001001 | 110110 | 0 | 0 | 111101 | 1100100 | 101110 | 11000 | 1100100 | 11011 |
Color Harmonies of #893600
Complementary color
Monochromatic Colors of #893600
Black with #893600
Text Example
Text Example
White with #893600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893600; }
p { color: rgb(137,54,0); }
H1.HeaderClassName
{
color: #893600;
}
.AnyTagClassName
{
color: #893600;
}
</style>
background-color css
<style>
a { background-color: #893600; }
a { background-color: rgb(137,54,0); }
div.DivClassName
{
background-color: #893600;
}
.BgClassName
{
background-color: #893600;
}
</style>
border-color css
<style>
span { border-color: #893600; }
span { border-color: rgb(137,54,0); }
td.TdClassName
{
border-color: #893600;
}
.TagClassName
{
border-color: #893600;
}
</style>