Shades of Saddle Brown #893C00
Tints of Saddle Brown #893C00
RGB
CMYK
RGB Variations
Color information
#893C00 (or 0x893C00) is known color: Saddle Brown. HEX triplet: 89, 3C and 00. RGB value is (137,60,0). Sum of RGB (Red+Green+Blue) = 137+60+0=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #893C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893C00 is #76C3FF. Grayscale: #4C4C4C. Windows color (decimal): -7783424 or 15497. OLE color: 15497.
HSL color Cylindrical-coordinate representation of color #893C00: hue angle of 26.28º 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 #893C00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.46 |
| HSL | 26.28º | 1% | 0.27% | - |
| HSV(B) | 26.28º | 1% | 0.54% | - |
| XYZ | 11.93 | 8.55 | 1.02 | - |
| YUV | 76.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 0 | 0 | 0.56 | 1 | 0.46 | 26.28 | 1 | 0.27 |
| Hex | 89 | 3C | 0 | 0 | 38 | 64 | 2E | 1A | 64 | 1B |
| Octal | 211 | 74 | 0 | 0 | 70 | 144 | 56 | 32 | 144 | 33 |
| Binary | 10001001 | 111100 | 0 | 0 | 111000 | 1100100 | 101110 | 11010 | 1100100 | 11011 |
Color Harmonies of #893C00
Complementary color
Monochromatic Colors of #893C00
Black with #893C00
Text Example
Text Example
White with #893C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C00; }
p { color: rgb(137,60,0); }
H1.HeaderClassName
{
color: #893C00;
}
.AnyTagClassName
{
color: #893C00;
}
</style>
background-color css
<style>
a { background-color: #893C00; }
a { background-color: rgb(137,60,0); }
div.DivClassName
{
background-color: #893C00;
}
.BgClassName
{
background-color: #893C00;
}
</style>
border-color css
<style>
span { border-color: #893C00; }
span { border-color: rgb(137,60,0); }
td.TdClassName
{
border-color: #893C00;
}
.TagClassName
{
border-color: #893C00;
}
</style>