Shades of Pesto #857B31
Tints of Pesto #857B31
RGB
CMYK
RGB Variations
Color information
#857B31 (or 0x857B31) is known color: Pesto. HEX triplet: 85, 7B and 31. RGB value is (133,123,49). Sum of RGB (Red+Green+Blue) = 133+123+49=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #857B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B31 is #7A84CE. Grayscale: #757575. Windows color (decimal): -8029391 or 3242885. OLE color: 3242885.
HSL color Cylindrical-coordinate representation of color #857B31: hue angle of 52.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #857B31 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 49 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.48 |
| HSL | 52.86º | 0.46% | 0.36% | - |
| HSV(B) | 52.86º | 0.63% | 0.52% | - |
| XYZ | 17.31 | 19.37 | 5.73 | - |
| YUV | 117.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 49 | 0 | 0.08 | 0.63 | 0.48 | 52.86 | 0.46 | 0.36 |
| Hex | 85 | 7B | 31 | 0 | 8 | 3F | 30 | 35 | 2E | 24 |
| Octal | 205 | 173 | 61 | 0 | 10 | 77 | 60 | 65 | 56 | 44 |
| Binary | 10000101 | 1111011 | 110001 | 0 | 1000 | 111111 | 110000 | 110101 | 101110 | 100100 |
Color Harmonies of #857B31
Complementary color
Monochromatic Colors of #857B31
Black with #857B31
Text Example
Text Example
White with #857B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B31; }
p { color: rgb(133,123,49); }
H1.HeaderClassName
{
color: #857B31;
}
.AnyTagClassName
{
color: #857B31;
}
</style>
background-color css
<style>
a { background-color: #857B31; }
a { background-color: rgb(133,123,49); }
div.DivClassName
{
background-color: #857B31;
}
.BgClassName
{
background-color: #857B31;
}
</style>
border-color css
<style>
span { border-color: #857B31; }
span { border-color: rgb(133,123,49); }
td.TdClassName
{
border-color: #857B31;
}
.TagClassName
{
border-color: #857B31;
}
</style>