Shades of Pesto #847A1B
Tints of Pesto #847A1B
RGB
CMYK
RGB Variations
Color information
#847A1B (or 0x847A1B) is known color: Pesto. HEX triplet: 84, 7A and 1B. RGB value is (132,122,27). Sum of RGB (Red+Green+Blue) = 132+122+27=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #847A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A1B is #7B85E4. Grayscale: #727272. Windows color (decimal): -8095205 or 1800836. OLE color: 1800836.
HSL color Cylindrical-coordinate representation of color #847A1B: hue angle of 54.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #847A1B is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 27 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.48 |
| HSL | 54.29º | 0.66% | 0.31% | - |
| HSV(B) | 54.29º | 0.8% | 0.52% | - |
| XYZ | 16.67 | 18.9 | 3.81 | - |
| YUV | 114.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 27 | 0 | 0.08 | 0.80 | 0.48 | 54.29 | 0.66 | 0.31 |
| Hex | 84 | 7A | 1B | 0 | 8 | 50 | 30 | 36 | 42 | 1F |
| Octal | 204 | 172 | 33 | 0 | 10 | 120 | 60 | 66 | 102 | 37 |
| Binary | 10000100 | 1111010 | 11011 | 0 | 1000 | 1010000 | 110000 | 110110 | 1000010 | 11111 |
Color Harmonies of #847A1B
Complementary color
Monochromatic Colors of #847A1B
Black with #847A1B
Text Example
Text Example
White with #847A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A1B; }
p { color: rgb(132,122,27); }
H1.HeaderClassName
{
color: #847A1B;
}
.AnyTagClassName
{
color: #847A1B;
}
</style>
background-color css
<style>
a { background-color: #847A1B; }
a { background-color: rgb(132,122,27); }
div.DivClassName
{
background-color: #847A1B;
}
.BgClassName
{
background-color: #847A1B;
}
</style>
border-color css
<style>
span { border-color: #847A1B; }
span { border-color: rgb(132,122,27); }
td.TdClassName
{
border-color: #847A1B;
}
.TagClassName
{
border-color: #847A1B;
}
</style>