Shades of Russet #854B22
Tints of Russet #854B22
RGB
CMYK
RGB Variations
Color information
#854B22 (or 0x854B22) is known color: Russet. HEX triplet: 85, 4B and 22. RGB value is (133,75,34). Sum of RGB (Red+Green+Blue) = 133+75+34=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #854B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B22 is #7AB4DD. Grayscale: #575757. Windows color (decimal): -8041694 or 2247557. OLE color: 2247557.
HSL color Cylindrical-coordinate representation of color #854B22: hue angle of 24.85º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #854B22 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 34 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.48 |
| HSL | 24.85º | 0.59% | 0.33% | - |
| HSV(B) | 24.85º | 0.74% | 0.52% | - |
| XYZ | 12.48 | 10.13 | 2.81 | - |
| YUV | 87.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 34 | 0 | 0.44 | 0.74 | 0.48 | 24.85 | 0.59 | 0.33 |
| Hex | 85 | 4B | 22 | 0 | 2C | 4A | 30 | 19 | 3B | 21 |
| Octal | 205 | 113 | 42 | 0 | 54 | 112 | 60 | 31 | 73 | 41 |
| Binary | 10000101 | 1001011 | 100010 | 0 | 101100 | 1001010 | 110000 | 11001 | 111011 | 100001 |
Color Harmonies of #854B22
Complementary color
Monochromatic Colors of #854B22
Black with #854B22
Text Example
Text Example
White with #854B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B22; }
p { color: rgb(133,75,34); }
H1.HeaderClassName
{
color: #854B22;
}
.AnyTagClassName
{
color: #854B22;
}
</style>
background-color css
<style>
a { background-color: #854B22; }
a { background-color: rgb(133,75,34); }
div.DivClassName
{
background-color: #854B22;
}
.BgClassName
{
background-color: #854B22;
}
</style>
border-color css
<style>
span { border-color: #854B22; }
span { border-color: rgb(133,75,34); }
td.TdClassName
{
border-color: #854B22;
}
.TagClassName
{
border-color: #854B22;
}
</style>