Shades of Saddle Brown #81400A
Tints of Saddle Brown #81400A
RGB
CMYK
RGB Variations
Color information
#81400A (or 0x81400A) is known color: Saddle Brown. HEX triplet: 81, 40 and 0A. RGB value is (129,64,10). Sum of RGB (Red+Green+Blue) = 129+64+10=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #81400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81400A is #7EBFF5. Grayscale: #4D4D4D. Windows color (decimal): -8306678 or 671873. OLE color: 671873.
HSL color Cylindrical-coordinate representation of color #81400A: hue angle of 27.23º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81400A is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 64 | 10 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.49 |
| HSL | 27.23º | 0.86% | 0.27% | - |
| HSV(B) | 27.23º | 0.92% | 0.51% | - |
| XYZ | 10.94 | 8.36 | 1.32 | - |
| YUV | 77.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 10 | 0 | 0.50 | 0.92 | 0.49 | 27.23 | 0.86 | 0.27 |
| Hex | 81 | 40 | A | 0 | 32 | 5C | 31 | 1B | 56 | 1B |
| Octal | 201 | 100 | 12 | 0 | 62 | 134 | 61 | 33 | 126 | 33 |
| Binary | 10000001 | 1000000 | 1010 | 0 | 110010 | 1011100 | 110001 | 11011 | 1010110 | 11011 |
Color Harmonies of #81400A
Complementary color
Monochromatic Colors of #81400A
Black with #81400A
Text Example
Text Example
White with #81400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81400A; }
p { color: rgb(129,64,10); }
H1.HeaderClassName
{
color: #81400A;
}
.AnyTagClassName
{
color: #81400A;
}
</style>
background-color css
<style>
a { background-color: #81400A; }
a { background-color: rgb(129,64,10); }
div.DivClassName
{
background-color: #81400A;
}
.BgClassName
{
background-color: #81400A;
}
</style>
border-color css
<style>
span { border-color: #81400A; }
span { border-color: rgb(129,64,10); }
td.TdClassName
{
border-color: #81400A;
}
.TagClassName
{
border-color: #81400A;
}
</style>