Shades of Pesto #837A1C
Tints of Pesto #837A1C
RGB
CMYK
RGB Variations
Color information
#837A1C (or 0x837A1C) is known color: Pesto. HEX triplet: 83, 7A and 1C. RGB value is (131,122,28). Sum of RGB (Red+Green+Blue) = 131+122+28=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #837A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A1C is #7C85E3. Grayscale: #727272. Windows color (decimal): -8160740 or 1866371. OLE color: 1866371.
HSL color Cylindrical-coordinate representation of color #837A1C: hue angle of 54.76º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #837A1C is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 28 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.49 |
| HSL | 54.76º | 0.65% | 0.31% | - |
| HSV(B) | 54.76º | 0.79% | 0.51% | - |
| XYZ | 16.53 | 18.83 | 3.86 | - |
| YUV | 113.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 28 | 0 | 0.07 | 0.79 | 0.49 | 54.76 | 0.65 | 0.31 |
| Hex | 83 | 7A | 1C | 0 | 7 | 4F | 31 | 37 | 41 | 1F |
| Octal | 203 | 172 | 34 | 0 | 7 | 117 | 61 | 67 | 101 | 37 |
| Binary | 10000011 | 1111010 | 11100 | 0 | 111 | 1001111 | 110001 | 110111 | 1000001 | 11111 |
Color Harmonies of #837A1C
Complementary color
Monochromatic Colors of #837A1C
Black with #837A1C
Text Example
Text Example
White with #837A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A1C; }
p { color: rgb(131,122,28); }
H1.HeaderClassName
{
color: #837A1C;
}
.AnyTagClassName
{
color: #837A1C;
}
</style>
background-color css
<style>
a { background-color: #837A1C; }
a { background-color: rgb(131,122,28); }
div.DivClassName
{
background-color: #837A1C;
}
.BgClassName
{
background-color: #837A1C;
}
</style>
border-color css
<style>
span { border-color: #837A1C; }
span { border-color: rgb(131,122,28); }
td.TdClassName
{
border-color: #837A1C;
}
.TagClassName
{
border-color: #837A1C;
}
</style>