Shades of Pesto #807824
Tints of Pesto #807824
RGB
CMYK
RGB Variations
Color information
#807824 (or 0x807824) is known color: Pesto. HEX triplet: 80, 78 and 24. RGB value is (128,120,36). Sum of RGB (Red+Green+Blue) = 128+120+36=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #807824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807824 is #7F87DB. Grayscale: #717171. Windows color (decimal): -8357852 or 2390144. OLE color: 2390144.
HSL color Cylindrical-coordinate representation of color #807824: hue angle of 54.78º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #807824 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 36 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.50 |
| HSL | 54.78º | 0.56% | 0.32% | - |
| HSV(B) | 54.78º | 0.72% | 0.5% | - |
| XYZ | 15.94 | 18.15 | 4.33 | - |
| YUV | 112.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 36 | 0 | 0.06 | 0.72 | 0.50 | 54.78 | 0.56 | 0.32 |
| Hex | 80 | 78 | 24 | 0 | 6 | 48 | 32 | 37 | 38 | 20 |
| Octal | 200 | 170 | 44 | 0 | 6 | 110 | 62 | 67 | 70 | 40 |
| Binary | 10000000 | 1111000 | 100100 | 0 | 110 | 1001000 | 110010 | 110111 | 111000 | 100000 |
Color Harmonies of #807824
Complementary color
Monochromatic Colors of #807824
Black with #807824
Text Example
Text Example
White with #807824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807824; }
p { color: rgb(128,120,36); }
H1.HeaderClassName
{
color: #807824;
}
.AnyTagClassName
{
color: #807824;
}
</style>
background-color css
<style>
a { background-color: #807824; }
a { background-color: rgb(128,120,36); }
div.DivClassName
{
background-color: #807824;
}
.BgClassName
{
background-color: #807824;
}
</style>
border-color css
<style>
span { border-color: #807824; }
span { border-color: rgb(128,120,36); }
td.TdClassName
{
border-color: #807824;
}
.TagClassName
{
border-color: #807824;
}
</style>