Shades of Saddle Brown #81460C
Tints of Saddle Brown #81460C
RGB
CMYK
RGB Variations
Color information
#81460C (or 0x81460C) is known color: Saddle Brown. HEX triplet: 81, 46 and 0C. RGB value is (129,70,12). Sum of RGB (Red+Green+Blue) = 129+70+12=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81460C is #7EB9F3. Grayscale: #515151. Windows color (decimal): -8305140 or 804481. OLE color: 804481.
HSL color Cylindrical-coordinate representation of color #81460C: hue angle of 29.74º 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 #81460C is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 12 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.49 |
| HSL | 29.74º | 0.83% | 0.28% | - |
| HSV(B) | 29.74º | 0.91% | 0.51% | - |
| XYZ | 11.31 | 9.07 | 1.5 | - |
| YUV | 81.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 12 | 0 | 0.46 | 0.91 | 0.49 | 29.74 | 0.83 | 0.28 |
| Hex | 81 | 46 | C | 0 | 2E | 5B | 31 | 1E | 53 | 1C |
| Octal | 201 | 106 | 14 | 0 | 56 | 133 | 61 | 36 | 123 | 34 |
| Binary | 10000001 | 1000110 | 1100 | 0 | 101110 | 1011011 | 110001 | 11110 | 1010011 | 11100 |
Color Harmonies of #81460C
Complementary color
Monochromatic Colors of #81460C
Black with #81460C
Text Example
Text Example
White with #81460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81460C; }
p { color: rgb(129,70,12); }
H1.HeaderClassName
{
color: #81460C;
}
.AnyTagClassName
{
color: #81460C;
}
</style>
background-color css
<style>
a { background-color: #81460C; }
a { background-color: rgb(129,70,12); }
div.DivClassName
{
background-color: #81460C;
}
.BgClassName
{
background-color: #81460C;
}
</style>
border-color css
<style>
span { border-color: #81460C; }
span { border-color: rgb(129,70,12); }
td.TdClassName
{
border-color: #81460C;
}
.TagClassName
{
border-color: #81460C;
}
</style>