Shades of Saddle Brown #81460F
Tints of Saddle Brown #81460F
RGB
CMYK
RGB Variations
Color information
#81460F (or 0x81460F) is known color: Saddle Brown. HEX triplet: 81, 46 and 0F. RGB value is (129,70,15). Sum of RGB (Red+Green+Blue) = 129+70+15=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #81460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81460F is #7EB9F0. Grayscale: #515151. Windows color (decimal): -8305137 or 1001089. OLE color: 1001089.
HSL color Cylindrical-coordinate representation of color #81460F: hue angle of 28.95º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81460F is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 15 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.49 |
| HSL | 28.95º | 0.79% | 0.28% | - |
| HSV(B) | 28.95º | 0.88% | 0.51% | - |
| XYZ | 11.33 | 9.08 | 1.61 | - |
| YUV | 81.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 15 | 0 | 0.46 | 0.88 | 0.49 | 28.95 | 0.79 | 0.28 |
| Hex | 81 | 46 | F | 0 | 2E | 58 | 31 | 1D | 4F | 1C |
| Octal | 201 | 106 | 17 | 0 | 56 | 130 | 61 | 35 | 117 | 34 |
| Binary | 10000001 | 1000110 | 1111 | 0 | 101110 | 1011000 | 110001 | 11101 | 1001111 | 11100 |
Color Harmonies of #81460F
Complementary color
Monochromatic Colors of #81460F
Black with #81460F
Text Example
Text Example
White with #81460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81460F; }
p { color: rgb(129,70,15); }
H1.HeaderClassName
{
color: #81460F;
}
.AnyTagClassName
{
color: #81460F;
}
</style>
background-color css
<style>
a { background-color: #81460F; }
a { background-color: rgb(129,70,15); }
div.DivClassName
{
background-color: #81460F;
}
.BgClassName
{
background-color: #81460F;
}
</style>
border-color css
<style>
span { border-color: #81460F; }
span { border-color: rgb(129,70,15); }
td.TdClassName
{
border-color: #81460F;
}
.TagClassName
{
border-color: #81460F;
}
</style>