Shades of Pesto #857B32
Tints of Pesto #857B32
RGB
CMYK
RGB Variations
Color information
#857B32 (or 0x857B32) is known color: Pesto. HEX triplet: 85, 7B and 32. RGB value is (133,123,50). Sum of RGB (Red+Green+Blue) = 133+123+50=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #857B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B32 is #7A84CD. Grayscale: #757575. Windows color (decimal): -8029390 or 3308421. OLE color: 3308421.
HSL color Cylindrical-coordinate representation of color #857B32: hue angle of 52.77º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #857B32 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 50 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.48 |
| HSL | 52.77º | 0.45% | 0.36% | - |
| HSV(B) | 52.77º | 0.62% | 0.52% | - |
| XYZ | 17.33 | 19.38 | 5.85 | - |
| YUV | 117.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 50 | 0 | 0.08 | 0.62 | 0.48 | 52.77 | 0.45 | 0.36 |
| Hex | 85 | 7B | 32 | 0 | 8 | 3E | 30 | 35 | 2D | 24 |
| Octal | 205 | 173 | 62 | 0 | 10 | 76 | 60 | 65 | 55 | 44 |
| Binary | 10000101 | 1111011 | 110010 | 0 | 1000 | 111110 | 110000 | 110101 | 101101 | 100100 |
Color Harmonies of #857B32
Complementary color
Monochromatic Colors of #857B32
Black with #857B32
Text Example
Text Example
White with #857B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B32; }
p { color: rgb(133,123,50); }
H1.HeaderClassName
{
color: #857B32;
}
.AnyTagClassName
{
color: #857B32;
}
</style>
background-color css
<style>
a { background-color: #857B32; }
a { background-color: rgb(133,123,50); }
div.DivClassName
{
background-color: #857B32;
}
.BgClassName
{
background-color: #857B32;
}
</style>
border-color css
<style>
span { border-color: #857B32; }
span { border-color: rgb(133,123,50); }
td.TdClassName
{
border-color: #857B32;
}
.TagClassName
{
border-color: #857B32;
}
</style>