Shades of Saddle Brown #892D0A
Tints of Saddle Brown #892D0A
RGB
CMYK
RGB Variations
Color information
#892D0A (or 0x892D0A) is known color: Saddle Brown. HEX triplet: 89, 2D and 0A. RGB value is (137,45,10). Sum of RGB (Red+Green+Blue) = 137+45+10=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #892D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892D0A is #76D2F5. Grayscale: #444444. Windows color (decimal): -7787254 or 667017. OLE color: 667017.
HSL color Cylindrical-coordinate representation of color #892D0A: hue angle of 16.54º 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 #892D0A is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 10 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.46 |
| HSL | 16.54º | 0.86% | 0.29% | - |
| HSV(B) | 16.54º | 0.93% | 0.54% | - |
| XYZ | 11.31 | 7.22 | 1.08 | - |
| YUV | 68.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 10 | 0 | 0.67 | 0.93 | 0.46 | 16.54 | 0.86 | 0.29 |
| Hex | 89 | 2D | A | 0 | 43 | 5D | 2E | 11 | 56 | 1D |
| Octal | 211 | 55 | 12 | 0 | 103 | 135 | 56 | 21 | 126 | 35 |
| Binary | 10001001 | 101101 | 1010 | 0 | 1000011 | 1011101 | 101110 | 10001 | 1010110 | 11101 |
Color Harmonies of #892D0A
Complementary color
Monochromatic Colors of #892D0A
Black with #892D0A
Text Example
Text Example
White with #892D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D0A; }
p { color: rgb(137,45,10); }
H1.HeaderClassName
{
color: #892D0A;
}
.AnyTagClassName
{
color: #892D0A;
}
</style>
background-color css
<style>
a { background-color: #892D0A; }
a { background-color: rgb(137,45,10); }
div.DivClassName
{
background-color: #892D0A;
}
.BgClassName
{
background-color: #892D0A;
}
</style>
border-color css
<style>
span { border-color: #892D0A; }
span { border-color: rgb(137,45,10); }
td.TdClassName
{
border-color: #892D0A;
}
.TagClassName
{
border-color: #892D0A;
}
</style>