Shades of Saddle Brown #81490D
Tints of Saddle Brown #81490D
RGB
CMYK
RGB Variations
Color information
#81490D (or 0x81490D) is known color: Saddle Brown. HEX triplet: 81, 49 and 0D. RGB value is (129,73,13). Sum of RGB (Red+Green+Blue) = 129+73+13=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #81490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81490D is #7EB6F2. Grayscale: #535353. Windows color (decimal): -8304371 or 870785. OLE color: 870785.
HSL color Cylindrical-coordinate representation of color #81490D: hue angle of 31.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81490D is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 13 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.49 |
| HSL | 31.03º | 0.82% | 0.28% | - |
| HSV(B) | 31.03º | 0.9% | 0.51% | - |
| XYZ | 11.51 | 9.46 | 1.6 | - |
| YUV | 82.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 13 | 0 | 0.43 | 0.90 | 0.49 | 31.03 | 0.82 | 0.28 |
| Hex | 81 | 49 | D | 0 | 2B | 5A | 31 | 1F | 52 | 1C |
| Octal | 201 | 111 | 15 | 0 | 53 | 132 | 61 | 37 | 122 | 34 |
| Binary | 10000001 | 1001001 | 1101 | 0 | 101011 | 1011010 | 110001 | 11111 | 1010010 | 11100 |
Color Harmonies of #81490D
Complementary color
Monochromatic Colors of #81490D
Black with #81490D
Text Example
Text Example
White with #81490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81490D; }
p { color: rgb(129,73,13); }
H1.HeaderClassName
{
color: #81490D;
}
.AnyTagClassName
{
color: #81490D;
}
</style>
background-color css
<style>
a { background-color: #81490D; }
a { background-color: rgb(129,73,13); }
div.DivClassName
{
background-color: #81490D;
}
.BgClassName
{
background-color: #81490D;
}
</style>
border-color css
<style>
span { border-color: #81490D; }
span { border-color: rgb(129,73,13); }
td.TdClassName
{
border-color: #81490D;
}
.TagClassName
{
border-color: #81490D;
}
</style>