Shades of Russet #854525
Tints of Russet #854525
RGB
CMYK
RGB Variations
Color information
#854525 (or 0x854525) is known color: Russet. HEX triplet: 85, 45 and 25. RGB value is (133,69,37). Sum of RGB (Red+Green+Blue) = 133+69+37=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #854525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854525 is #7ABADA. Grayscale: #545454. Windows color (decimal): -8043227 or 2442629. OLE color: 2442629.
HSL color Cylindrical-coordinate representation of color #854525: hue angle of 20º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #854525 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 37 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.48 |
| HSL | 20º | 0.56% | 0.33% | - |
| HSV(B) | 20º | 0.72% | 0.52% | - |
| XYZ | 12.13 | 9.38 | 2.92 | - |
| YUV | 84.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 37 | 0 | 0.48 | 0.72 | 0.48 | 20 | 0.56 | 0.33 |
| Hex | 85 | 45 | 25 | 0 | 30 | 48 | 30 | 14 | 38 | 21 |
| Octal | 205 | 105 | 45 | 0 | 60 | 110 | 60 | 24 | 70 | 41 |
| Binary | 10000101 | 1000101 | 100101 | 0 | 110000 | 1001000 | 110000 | 10100 | 111000 | 100001 |
Color Harmonies of #854525
Complementary color
Monochromatic Colors of #854525
Black with #854525
Text Example
Text Example
White with #854525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854525; }
p { color: rgb(133,69,37); }
H1.HeaderClassName
{
color: #854525;
}
.AnyTagClassName
{
color: #854525;
}
</style>
background-color css
<style>
a { background-color: #854525; }
a { background-color: rgb(133,69,37); }
div.DivClassName
{
background-color: #854525;
}
.BgClassName
{
background-color: #854525;
}
</style>
border-color css
<style>
span { border-color: #854525; }
span { border-color: rgb(133,69,37); }
td.TdClassName
{
border-color: #854525;
}
.TagClassName
{
border-color: #854525;
}
</style>