Shades of Russet #85431B
Tints of Russet #85431B
RGB
CMYK
RGB Variations
Color information
#85431B (or 0x85431B) is known color: Russet. HEX triplet: 85, 43 and 1B. RGB value is (133,67,27). Sum of RGB (Red+Green+Blue) = 133+67+27=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85431B is #7ABCE4. Grayscale: #525252. Windows color (decimal): -8043749 or 1786757. OLE color: 1786757.
HSL color Cylindrical-coordinate representation of color #85431B: hue angle of 22.64º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85431B is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 27 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.48 |
| HSL | 22.64º | 0.66% | 0.31% | - |
| HSV(B) | 22.64º | 0.8% | 0.52% | - |
| XYZ | 11.88 | 9.08 | 2.16 | - |
| YUV | 82.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 27 | 0 | 0.50 | 0.80 | 0.48 | 22.64 | 0.66 | 0.31 |
| Hex | 85 | 43 | 1B | 0 | 32 | 50 | 30 | 17 | 42 | 1F |
| Octal | 205 | 103 | 33 | 0 | 62 | 120 | 60 | 27 | 102 | 37 |
| Binary | 10000101 | 1000011 | 11011 | 0 | 110010 | 1010000 | 110000 | 10111 | 1000010 | 11111 |
Color Harmonies of #85431B
Complementary color
Monochromatic Colors of #85431B
Black with #85431B
Text Example
Text Example
White with #85431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85431B; }
p { color: rgb(133,67,27); }
H1.HeaderClassName
{
color: #85431B;
}
.AnyTagClassName
{
color: #85431B;
}
</style>
background-color css
<style>
a { background-color: #85431B; }
a { background-color: rgb(133,67,27); }
div.DivClassName
{
background-color: #85431B;
}
.BgClassName
{
background-color: #85431B;
}
</style>
border-color css
<style>
span { border-color: #85431B; }
span { border-color: rgb(133,67,27); }
td.TdClassName
{
border-color: #85431B;
}
.TagClassName
{
border-color: #85431B;
}
</style>