Shades of Pesto #857832
Tints of Pesto #857832
RGB
CMYK
RGB Variations
Color information
#857832 (or 0x857832) is known color: Pesto. HEX triplet: 85, 78 and 32. RGB value is (133,120,50). Sum of RGB (Red+Green+Blue) = 133+120+50=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857832 is #7A87CD. Grayscale: #747474. Windows color (decimal): -8030158 or 3307653. OLE color: 3307653.
HSL color Cylindrical-coordinate representation of color #857832: hue angle of 50.6º 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 #857832 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 50 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.48 |
| HSL | 50.6º | 0.45% | 0.36% | - |
| HSV(B) | 50.6º | 0.62% | 0.52% | - |
| XYZ | 16.97 | 18.65 | 5.72 | - |
| YUV | 115.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 50 | 0 | 0.10 | 0.62 | 0.48 | 50.6 | 0.45 | 0.36 |
| Hex | 85 | 78 | 32 | 0 | A | 3E | 30 | 33 | 2D | 24 |
| Octal | 205 | 170 | 62 | 0 | 12 | 76 | 60 | 63 | 55 | 44 |
| Binary | 10000101 | 1111000 | 110010 | 0 | 1010 | 111110 | 110000 | 110011 | 101101 | 100100 |
Color Harmonies of #857832
Complementary color
Monochromatic Colors of #857832
Black with #857832
Text Example
Text Example
White with #857832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857832; }
p { color: rgb(133,120,50); }
H1.HeaderClassName
{
color: #857832;
}
.AnyTagClassName
{
color: #857832;
}
</style>
background-color css
<style>
a { background-color: #857832; }
a { background-color: rgb(133,120,50); }
div.DivClassName
{
background-color: #857832;
}
.BgClassName
{
background-color: #857832;
}
</style>
border-color css
<style>
span { border-color: #857832; }
span { border-color: rgb(133,120,50); }
td.TdClassName
{
border-color: #857832;
}
.TagClassName
{
border-color: #857832;
}
</style>