Shades of Pesto #837A24
Tints of Pesto #837A24
RGB
CMYK
RGB Variations
Color information
#837A24 (or 0x837A24) is known color: Pesto. HEX triplet: 83, 7A and 24. RGB value is (131,122,36). Sum of RGB (Red+Green+Blue) = 131+122+36=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #837A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A24 is #7C85DB. Grayscale: #737373. Windows color (decimal): -8160732 or 2390659. OLE color: 2390659.
HSL color Cylindrical-coordinate representation of color #837A24: hue angle of 54.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #837A24 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 36 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.49 |
| HSL | 54.32º | 0.57% | 0.33% | - |
| HSV(B) | 54.32º | 0.73% | 0.51% | - |
| XYZ | 16.64 | 18.87 | 4.43 | - |
| YUV | 114.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 36 | 0 | 0.07 | 0.73 | 0.49 | 54.32 | 0.57 | 0.33 |
| Hex | 83 | 7A | 24 | 0 | 7 | 49 | 31 | 36 | 39 | 21 |
| Octal | 203 | 172 | 44 | 0 | 7 | 111 | 61 | 66 | 71 | 41 |
| Binary | 10000011 | 1111010 | 100100 | 0 | 111 | 1001001 | 110001 | 110110 | 111001 | 100001 |
Color Harmonies of #837A24
Complementary color
Monochromatic Colors of #837A24
Black with #837A24
Text Example
Text Example
White with #837A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A24; }
p { color: rgb(131,122,36); }
H1.HeaderClassName
{
color: #837A24;
}
.AnyTagClassName
{
color: #837A24;
}
</style>
background-color css
<style>
a { background-color: #837A24; }
a { background-color: rgb(131,122,36); }
div.DivClassName
{
background-color: #837A24;
}
.BgClassName
{
background-color: #837A24;
}
</style>
border-color css
<style>
span { border-color: #837A24; }
span { border-color: rgb(131,122,36); }
td.TdClassName
{
border-color: #837A24;
}
.TagClassName
{
border-color: #837A24;
}
</style>