Shades of Pesto #807525
Tints of Pesto #807525
RGB
CMYK
RGB Variations
Color information
#807525 (or 0x807525) is known color: Pesto. HEX triplet: 80, 75 and 25. RGB value is (128,117,37). Sum of RGB (Red+Green+Blue) = 128+117+37=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #807525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807525 is #7F8ADA. Grayscale: #6F6F6F. Windows color (decimal): -8358619 or 2454912. OLE color: 2454912.
HSL color Cylindrical-coordinate representation of color #807525: hue angle of 52.75º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #807525 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 37 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.50 |
| HSL | 52.75º | 0.55% | 0.32% | - |
| HSV(B) | 52.75º | 0.71% | 0.5% | - |
| XYZ | 15.6 | 17.45 | 4.3 | - |
| YUV | 111.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 37 | 0 | 0.09 | 0.71 | 0.50 | 52.75 | 0.55 | 0.32 |
| Hex | 80 | 75 | 25 | 0 | 9 | 47 | 32 | 35 | 37 | 20 |
| Octal | 200 | 165 | 45 | 0 | 11 | 107 | 62 | 65 | 67 | 40 |
| Binary | 10000000 | 1110101 | 100101 | 0 | 1001 | 1000111 | 110010 | 110101 | 110111 | 100000 |
Color Harmonies of #807525
Complementary color
Monochromatic Colors of #807525
Black with #807525
Text Example
Text Example
White with #807525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807525; }
p { color: rgb(128,117,37); }
H1.HeaderClassName
{
color: #807525;
}
.AnyTagClassName
{
color: #807525;
}
</style>
background-color css
<style>
a { background-color: #807525; }
a { background-color: rgb(128,117,37); }
div.DivClassName
{
background-color: #807525;
}
.BgClassName
{
background-color: #807525;
}
</style>
border-color css
<style>
span { border-color: #807525; }
span { border-color: rgb(128,117,37); }
td.TdClassName
{
border-color: #807525;
}
.TagClassName
{
border-color: #807525;
}
</style>