Shades of Pesto #827B27
Tints of Pesto #827B27
RGB
CMYK
RGB Variations
Color information
#827B27 (or 0x827B27) is known color: Pesto. HEX triplet: 82, 7B and 27. RGB value is (130,123,39). Sum of RGB (Red+Green+Blue) = 130+123+39=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #827B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B27 is #7D84D8. Grayscale: #737373. Windows color (decimal): -8226009 or 2587522. OLE color: 2587522.
HSL color Cylindrical-coordinate representation of color #827B27: hue angle of 55.38º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #827B27 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 39 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.49 |
| HSL | 55.38º | 0.54% | 0.33% | - |
| HSV(B) | 55.38º | 0.7% | 0.51% | - |
| XYZ | 16.66 | 19.06 | 4.72 | - |
| YUV | 115.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 39 | 0 | 0.05 | 0.70 | 0.49 | 55.38 | 0.54 | 0.33 |
| Hex | 82 | 7B | 27 | 0 | 5 | 46 | 31 | 37 | 36 | 21 |
| Octal | 202 | 173 | 47 | 0 | 5 | 106 | 61 | 67 | 66 | 41 |
| Binary | 10000010 | 1111011 | 100111 | 0 | 101 | 1000110 | 110001 | 110111 | 110110 | 100001 |
Color Harmonies of #827B27
Complementary color
Monochromatic Colors of #827B27
Black with #827B27
Text Example
Text Example
White with #827B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B27; }
p { color: rgb(130,123,39); }
H1.HeaderClassName
{
color: #827B27;
}
.AnyTagClassName
{
color: #827B27;
}
</style>
background-color css
<style>
a { background-color: #827B27; }
a { background-color: rgb(130,123,39); }
div.DivClassName
{
background-color: #827B27;
}
.BgClassName
{
background-color: #827B27;
}
</style>
border-color css
<style>
span { border-color: #827B27; }
span { border-color: rgb(130,123,39); }
td.TdClassName
{
border-color: #827B27;
}
.TagClassName
{
border-color: #827B27;
}
</style>