Shades of Saddle Brown #854F0F
Tints of Saddle Brown #854F0F
RGB
CMYK
RGB Variations
Color information
#854F0F (or 0x854F0F) is known color: Saddle Brown. HEX triplet: 85, 4F and 0F. RGB value is (133,79,15). Sum of RGB (Red+Green+Blue) = 133+79+15=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #854F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854F0F is #7AB0F0. Grayscale: #585858. Windows color (decimal): -8040689 or 1003397. OLE color: 1003397.
HSL color Cylindrical-coordinate representation of color #854F0F: hue angle of 32.54º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #854F0F is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 15 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.48 |
| HSL | 32.54º | 0.8% | 0.29% | - |
| HSV(B) | 32.54º | 0.89% | 0.52% | - |
| XYZ | 12.56 | 10.61 | 1.84 | - |
| YUV | 87.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 15 | 0 | 0.41 | 0.89 | 0.48 | 32.54 | 0.8 | 0.29 |
| Hex | 85 | 4F | F | 0 | 29 | 59 | 30 | 21 | 50 | 1D |
| Octal | 205 | 117 | 17 | 0 | 51 | 131 | 60 | 41 | 120 | 35 |
| Binary | 10000101 | 1001111 | 1111 | 0 | 101001 | 1011001 | 110000 | 100001 | 1010000 | 11101 |
Color Harmonies of #854F0F
Complementary color
Monochromatic Colors of #854F0F
Black with #854F0F
Text Example
Text Example
White with #854F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F0F; }
p { color: rgb(133,79,15); }
H1.HeaderClassName
{
color: #854F0F;
}
.AnyTagClassName
{
color: #854F0F;
}
</style>
background-color css
<style>
a { background-color: #854F0F; }
a { background-color: rgb(133,79,15); }
div.DivClassName
{
background-color: #854F0F;
}
.BgClassName
{
background-color: #854F0F;
}
</style>
border-color css
<style>
span { border-color: #854F0F; }
span { border-color: rgb(133,79,15); }
td.TdClassName
{
border-color: #854F0F;
}
.TagClassName
{
border-color: #854F0F;
}
</style>