Shades of Saddle Brown #893C0A
Tints of Saddle Brown #893C0A
RGB
CMYK
RGB Variations
Color information
#893C0A (or 0x893C0A) is known color: Saddle Brown. HEX triplet: 89, 3C and 0A. RGB value is (137,60,10). Sum of RGB (Red+Green+Blue) = 137+60+10=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #893C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893C0A is #76C3F5. Grayscale: #4D4D4D. Windows color (decimal): -7783414 or 670857. OLE color: 670857.
HSL color Cylindrical-coordinate representation of color #893C0A: hue angle of 23.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #893C0A is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 10 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.46 |
| HSL | 23.62º | 0.86% | 0.29% | - |
| HSV(B) | 23.62º | 0.93% | 0.54% | - |
| XYZ | 11.99 | 8.57 | 1.31 | - |
| YUV | 77.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 10 | 0 | 0.56 | 0.93 | 0.46 | 23.62 | 0.86 | 0.29 |
| Hex | 89 | 3C | A | 0 | 38 | 5D | 2E | 18 | 56 | 1D |
| Octal | 211 | 74 | 12 | 0 | 70 | 135 | 56 | 30 | 126 | 35 |
| Binary | 10001001 | 111100 | 1010 | 0 | 111000 | 1011101 | 101110 | 11000 | 1010110 | 11101 |
Color Harmonies of #893C0A
Complementary color
Monochromatic Colors of #893C0A
Black with #893C0A
Text Example
Text Example
White with #893C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C0A; }
p { color: rgb(137,60,10); }
H1.HeaderClassName
{
color: #893C0A;
}
.AnyTagClassName
{
color: #893C0A;
}
</style>
background-color css
<style>
a { background-color: #893C0A; }
a { background-color: rgb(137,60,10); }
div.DivClassName
{
background-color: #893C0A;
}
.BgClassName
{
background-color: #893C0A;
}
</style>
border-color css
<style>
span { border-color: #893C0A; }
span { border-color: rgb(137,60,10); }
td.TdClassName
{
border-color: #893C0A;
}
.TagClassName
{
border-color: #893C0A;
}
</style>