Shades of Saddle Brown #854F13
Tints of Saddle Brown #854F13
RGB
CMYK
RGB Variations
Color information
#854F13 (or 0x854F13) is known color: Saddle Brown. HEX triplet: 85, 4F and 13. RGB value is (133,79,19). Sum of RGB (Red+Green+Blue) = 133+79+19=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #854F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854F13 is #7AB0EC. Grayscale: #585858. Windows color (decimal): -8040685 or 1265541. OLE color: 1265541.
HSL color Cylindrical-coordinate representation of color #854F13: hue angle of 31.58º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #854F13 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 19 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.48 |
| HSL | 31.58º | 0.75% | 0.3% | - |
| HSV(B) | 31.58º | 0.86% | 0.52% | - |
| XYZ | 12.59 | 10.63 | 2 | - |
| YUV | 88.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 19 | 0 | 0.41 | 0.86 | 0.48 | 31.58 | 0.75 | 0.3 |
| Hex | 85 | 4F | 13 | 0 | 29 | 56 | 30 | 20 | 4B | 1E |
| Octal | 205 | 117 | 23 | 0 | 51 | 126 | 60 | 40 | 113 | 36 |
| Binary | 10000101 | 1001111 | 10011 | 0 | 101001 | 1010110 | 110000 | 100000 | 1001011 | 11110 |
Color Harmonies of #854F13
Complementary color
Monochromatic Colors of #854F13
Black with #854F13
Text Example
Text Example
White with #854F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F13; }
p { color: rgb(133,79,19); }
H1.HeaderClassName
{
color: #854F13;
}
.AnyTagClassName
{
color: #854F13;
}
</style>
background-color css
<style>
a { background-color: #854F13; }
a { background-color: rgb(133,79,19); }
div.DivClassName
{
background-color: #854F13;
}
.BgClassName
{
background-color: #854F13;
}
</style>
border-color css
<style>
span { border-color: #854F13; }
span { border-color: rgb(133,79,19); }
td.TdClassName
{
border-color: #854F13;
}
.TagClassName
{
border-color: #854F13;
}
</style>