Shades of Saddle Brown #81490C
Tints of Saddle Brown #81490C
RGB
CMYK
RGB Variations
Color information
#81490C (or 0x81490C) is known color: Saddle Brown. HEX triplet: 81, 49 and 0C. RGB value is (129,73,12). Sum of RGB (Red+Green+Blue) = 129+73+12=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #81490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81490C is #7EB6F3. Grayscale: #535353. Windows color (decimal): -8304372 or 805249. OLE color: 805249.
HSL color Cylindrical-coordinate representation of color #81490C: hue angle of 31.28º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81490C is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 12 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.49 |
| HSL | 31.28º | 0.83% | 0.28% | - |
| HSV(B) | 31.28º | 0.91% | 0.51% | - |
| XYZ | 11.5 | 9.46 | 1.57 | - |
| YUV | 82.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 12 | 0 | 0.43 | 0.91 | 0.49 | 31.28 | 0.83 | 0.28 |
| Hex | 81 | 49 | C | 0 | 2B | 5B | 31 | 1F | 53 | 1C |
| Octal | 201 | 111 | 14 | 0 | 53 | 133 | 61 | 37 | 123 | 34 |
| Binary | 10000001 | 1001001 | 1100 | 0 | 101011 | 1011011 | 110001 | 11111 | 1010011 | 11100 |
Color Harmonies of #81490C
Complementary color
Monochromatic Colors of #81490C
Black with #81490C
Text Example
Text Example
White with #81490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81490C; }
p { color: rgb(129,73,12); }
H1.HeaderClassName
{
color: #81490C;
}
.AnyTagClassName
{
color: #81490C;
}
</style>
background-color css
<style>
a { background-color: #81490C; }
a { background-color: rgb(129,73,12); }
div.DivClassName
{
background-color: #81490C;
}
.BgClassName
{
background-color: #81490C;
}
</style>
border-color css
<style>
span { border-color: #81490C; }
span { border-color: rgb(129,73,12); }
td.TdClassName
{
border-color: #81490C;
}
.TagClassName
{
border-color: #81490C;
}
</style>