Shades of Pesto #827B35
Tints of Pesto #827B35
RGB
CMYK
RGB Variations
Color information
#827B35 (or 0x827B35) is known color: Pesto. HEX triplet: 82, 7B and 35. RGB value is (130,123,53). Sum of RGB (Red+Green+Blue) = 130+123+53=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #827B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B35 is #7D84CA. Grayscale: #757575. Windows color (decimal): -8225995 or 3505026. OLE color: 3505026.
HSL color Cylindrical-coordinate representation of color #827B35: hue angle of 54.55º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #827B35 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 53 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.49 |
| HSL | 54.55º | 0.42% | 0.36% | - |
| HSV(B) | 54.55º | 0.59% | 0.51% | - |
| XYZ | 16.93 | 19.17 | 6.18 | - |
| YUV | 117.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 53 | 0 | 0.05 | 0.59 | 0.49 | 54.55 | 0.42 | 0.36 |
| Hex | 82 | 7B | 35 | 0 | 5 | 3B | 31 | 37 | 2A | 24 |
| Octal | 202 | 173 | 65 | 0 | 5 | 73 | 61 | 67 | 52 | 44 |
| Binary | 10000010 | 1111011 | 110101 | 0 | 101 | 111011 | 110001 | 110111 | 101010 | 100100 |
Color Harmonies of #827B35
Complementary color
Monochromatic Colors of #827B35
Black with #827B35
Text Example
Text Example
White with #827B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B35; }
p { color: rgb(130,123,53); }
H1.HeaderClassName
{
color: #827B35;
}
.AnyTagClassName
{
color: #827B35;
}
</style>
background-color css
<style>
a { background-color: #827B35; }
a { background-color: rgb(130,123,53); }
div.DivClassName
{
background-color: #827B35;
}
.BgClassName
{
background-color: #827B35;
}
</style>
border-color css
<style>
span { border-color: #827B35; }
span { border-color: rgb(130,123,53); }
td.TdClassName
{
border-color: #827B35;
}
.TagClassName
{
border-color: #827B35;
}
</style>