Shades of Pesto #827A38
Tints of Pesto #827A38
RGB
CMYK
RGB Variations
Color information
#827A38 (or 0x827A38) is known color: Pesto. HEX triplet: 82, 7A and 38. RGB value is (130,122,56). Sum of RGB (Red+Green+Blue) = 130+122+56=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #827A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A38 is #7D85C7. Grayscale: #757575. Windows color (decimal): -8226248 or 3701378. OLE color: 3701378.
HSL color Cylindrical-coordinate representation of color #827A38: hue angle of 53.51º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #827A38 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 56 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.49 |
| HSL | 53.51º | 0.4% | 0.36% | - |
| HSV(B) | 53.51º | 0.57% | 0.51% | - |
| XYZ | 16.88 | 18.95 | 6.51 | - |
| YUV | 116.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 56 | 0 | 0.06 | 0.57 | 0.49 | 53.51 | 0.4 | 0.36 |
| Hex | 82 | 7A | 38 | 0 | 6 | 39 | 31 | 36 | 28 | 24 |
| Octal | 202 | 172 | 70 | 0 | 6 | 71 | 61 | 66 | 50 | 44 |
| Binary | 10000010 | 1111010 | 111000 | 0 | 110 | 111001 | 110001 | 110110 | 101000 | 100100 |
Color Harmonies of #827A38
Complementary color
Monochromatic Colors of #827A38
Black with #827A38
Text Example
Text Example
White with #827A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A38; }
p { color: rgb(130,122,56); }
H1.HeaderClassName
{
color: #827A38;
}
.AnyTagClassName
{
color: #827A38;
}
</style>
background-color css
<style>
a { background-color: #827A38; }
a { background-color: rgb(130,122,56); }
div.DivClassName
{
background-color: #827A38;
}
.BgClassName
{
background-color: #827A38;
}
</style>
border-color css
<style>
span { border-color: #827A38; }
span { border-color: rgb(130,122,56); }
td.TdClassName
{
border-color: #827A38;
}
.TagClassName
{
border-color: #827A38;
}
</style>