Shades of Russet #854F18
Tints of Russet #854F18
RGB
CMYK
RGB Variations
Color information
#854F18 (or 0x854F18) is known color: Russet. HEX triplet: 85, 4F and 18. RGB value is (133,79,24). Sum of RGB (Red+Green+Blue) = 133+79+24=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #854F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854F18 is #7AB0E7. Grayscale: #595959. Windows color (decimal): -8040680 or 1593221. OLE color: 1593221.
HSL color Cylindrical-coordinate representation of color #854F18: hue angle of 30.28º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #854F18 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 24 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.48 |
| HSL | 30.28º | 0.69% | 0.31% | - |
| HSV(B) | 30.28º | 0.82% | 0.52% | - |
| XYZ | 12.63 | 10.64 | 2.25 | - |
| YUV | 88.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 24 | 0 | 0.41 | 0.82 | 0.48 | 30.28 | 0.69 | 0.31 |
| Hex | 85 | 4F | 18 | 0 | 29 | 52 | 30 | 1E | 45 | 1F |
| Octal | 205 | 117 | 30 | 0 | 51 | 122 | 60 | 36 | 105 | 37 |
| Binary | 10000101 | 1001111 | 11000 | 0 | 101001 | 1010010 | 110000 | 11110 | 1000101 | 11111 |
Color Harmonies of #854F18
Complementary color
Monochromatic Colors of #854F18
Black with #854F18
Text Example
Text Example
White with #854F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F18; }
p { color: rgb(133,79,24); }
H1.HeaderClassName
{
color: #854F18;
}
.AnyTagClassName
{
color: #854F18;
}
</style>
background-color css
<style>
a { background-color: #854F18; }
a { background-color: rgb(133,79,24); }
div.DivClassName
{
background-color: #854F18;
}
.BgClassName
{
background-color: #854F18;
}
</style>
border-color css
<style>
span { border-color: #854F18; }
span { border-color: rgb(133,79,24); }
td.TdClassName
{
border-color: #854F18;
}
.TagClassName
{
border-color: #854F18;
}
</style>