Shades of Saddle Brown #81410C
Tints of Saddle Brown #81410C
RGB
CMYK
RGB Variations
Color information
#81410C (or 0x81410C) is known color: Saddle Brown. HEX triplet: 81, 41 and 0C. RGB value is (129,65,12). Sum of RGB (Red+Green+Blue) = 129+65+12=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81410C is #7EBEF3. Grayscale: #4E4E4E. Windows color (decimal): -8306420 or 803201. OLE color: 803201.
HSL color Cylindrical-coordinate representation of color #81410C: hue angle of 27.18º 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 #81410C is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 12 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.49 |
| HSL | 27.18º | 0.83% | 0.28% | - |
| HSV(B) | 27.18º | 0.91% | 0.51% | - |
| XYZ | 11.01 | 8.47 | 1.4 | - |
| YUV | 78.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 12 | 0 | 0.50 | 0.91 | 0.49 | 27.18 | 0.83 | 0.28 |
| Hex | 81 | 41 | C | 0 | 32 | 5B | 31 | 1B | 53 | 1C |
| Octal | 201 | 101 | 14 | 0 | 62 | 133 | 61 | 33 | 123 | 34 |
| Binary | 10000001 | 1000001 | 1100 | 0 | 110010 | 1011011 | 110001 | 11011 | 1010011 | 11100 |
Color Harmonies of #81410C
Complementary color
Monochromatic Colors of #81410C
Black with #81410C
Text Example
Text Example
White with #81410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81410C; }
p { color: rgb(129,65,12); }
H1.HeaderClassName
{
color: #81410C;
}
.AnyTagClassName
{
color: #81410C;
}
</style>
background-color css
<style>
a { background-color: #81410C; }
a { background-color: rgb(129,65,12); }
div.DivClassName
{
background-color: #81410C;
}
.BgClassName
{
background-color: #81410C;
}
</style>
border-color css
<style>
span { border-color: #81410C; }
span { border-color: rgb(129,65,12); }
td.TdClassName
{
border-color: #81410C;
}
.TagClassName
{
border-color: #81410C;
}
</style>