Shades of Pesto #827B36
Tints of Pesto #827B36
RGB
CMYK
RGB Variations
Color information
#827B36 (or 0x827B36) is known color: Pesto. HEX triplet: 82, 7B and 36. RGB value is (130,123,54). Sum of RGB (Red+Green+Blue) = 130+123+54=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #827B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B36 is #7D84C9. Grayscale: #757575. Windows color (decimal): -8225994 or 3570562. OLE color: 3570562.
HSL color Cylindrical-coordinate representation of color #827B36: hue angle of 54.47º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #827B36 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 54 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.49 |
| HSL | 54.47º | 0.41% | 0.36% | - |
| HSV(B) | 54.47º | 0.58% | 0.51% | - |
| XYZ | 16.95 | 19.18 | 6.3 | - |
| YUV | 117.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 54 | 0 | 0.05 | 0.58 | 0.49 | 54.47 | 0.41 | 0.36 |
| Hex | 82 | 7B | 36 | 0 | 5 | 3A | 31 | 36 | 29 | 24 |
| Octal | 202 | 173 | 66 | 0 | 5 | 72 | 61 | 66 | 51 | 44 |
| Binary | 10000010 | 1111011 | 110110 | 0 | 101 | 111010 | 110001 | 110110 | 101001 | 100100 |
Color Harmonies of #827B36
Complementary color
Monochromatic Colors of #827B36
Black with #827B36
Text Example
Text Example
White with #827B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B36; }
p { color: rgb(130,123,54); }
H1.HeaderClassName
{
color: #827B36;
}
.AnyTagClassName
{
color: #827B36;
}
</style>
background-color css
<style>
a { background-color: #827B36; }
a { background-color: rgb(130,123,54); }
div.DivClassName
{
background-color: #827B36;
}
.BgClassName
{
background-color: #827B36;
}
</style>
border-color css
<style>
span { border-color: #827B36; }
span { border-color: rgb(130,123,54); }
td.TdClassName
{
border-color: #827B36;
}
.TagClassName
{
border-color: #827B36;
}
</style>