Shades of Pesto #807821
Tints of Pesto #807821
RGB
CMYK
RGB Variations
Color information
#807821 (or 0x807821) is known color: Pesto. HEX triplet: 80, 78 and 21. RGB value is (128,120,33). Sum of RGB (Red+Green+Blue) = 128+120+33=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #807821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807821 is #7F87DE. Grayscale: #707070. Windows color (decimal): -8357855 or 2193536. OLE color: 2193536.
HSL color Cylindrical-coordinate representation of color #807821: hue angle of 54.95º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #807821 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 33 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.50 |
| HSL | 54.95º | 0.59% | 0.32% | - |
| HSV(B) | 54.95º | 0.74% | 0.5% | - |
| XYZ | 15.89 | 18.13 | 4.1 | - |
| YUV | 112.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 33 | 0 | 0.06 | 0.74 | 0.50 | 54.95 | 0.59 | 0.32 |
| Hex | 80 | 78 | 21 | 0 | 6 | 4A | 32 | 37 | 3B | 20 |
| Octal | 200 | 170 | 41 | 0 | 6 | 112 | 62 | 67 | 73 | 40 |
| Binary | 10000000 | 1111000 | 100001 | 0 | 110 | 1001010 | 110010 | 110111 | 111011 | 100000 |
Color Harmonies of #807821
Complementary color
Monochromatic Colors of #807821
Black with #807821
Text Example
Text Example
White with #807821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807821; }
p { color: rgb(128,120,33); }
H1.HeaderClassName
{
color: #807821;
}
.AnyTagClassName
{
color: #807821;
}
</style>
background-color css
<style>
a { background-color: #807821; }
a { background-color: rgb(128,120,33); }
div.DivClassName
{
background-color: #807821;
}
.BgClassName
{
background-color: #807821;
}
</style>
border-color css
<style>
span { border-color: #807821; }
span { border-color: rgb(128,120,33); }
td.TdClassName
{
border-color: #807821;
}
.TagClassName
{
border-color: #807821;
}
</style>