Shades of Pesto #837A23
Tints of Pesto #837A23
RGB
CMYK
RGB Variations
Color information
#837A23 (or 0x837A23) is known color: Pesto. HEX triplet: 83, 7A and 23. RGB value is (131,122,35). Sum of RGB (Red+Green+Blue) = 131+122+35=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #837A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A23 is #7C85DC. Grayscale: #737373. Windows color (decimal): -8160733 or 2325123. OLE color: 2325123.
HSL color Cylindrical-coordinate representation of color #837A23: hue angle of 54.38º degrees, saturation: 0.58, 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 #837A23 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 35 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.49 |
| HSL | 54.38º | 0.58% | 0.33% | - |
| HSV(B) | 54.38º | 0.73% | 0.51% | - |
| XYZ | 16.62 | 18.87 | 4.36 | - |
| YUV | 114.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 35 | 0 | 0.07 | 0.73 | 0.49 | 54.38 | 0.58 | 0.33 |
| Hex | 83 | 7A | 23 | 0 | 7 | 49 | 31 | 36 | 3A | 21 |
| Octal | 203 | 172 | 43 | 0 | 7 | 111 | 61 | 66 | 72 | 41 |
| Binary | 10000011 | 1111010 | 100011 | 0 | 111 | 1001001 | 110001 | 110110 | 111010 | 100001 |
Color Harmonies of #837A23
Complementary color
Monochromatic Colors of #837A23
Black with #837A23
Text Example
Text Example
White with #837A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A23; }
p { color: rgb(131,122,35); }
H1.HeaderClassName
{
color: #837A23;
}
.AnyTagClassName
{
color: #837A23;
}
</style>
background-color css
<style>
a { background-color: #837A23; }
a { background-color: rgb(131,122,35); }
div.DivClassName
{
background-color: #837A23;
}
.BgClassName
{
background-color: #837A23;
}
</style>
border-color css
<style>
span { border-color: #837A23; }
span { border-color: rgb(131,122,35); }
td.TdClassName
{
border-color: #837A23;
}
.TagClassName
{
border-color: #837A23;
}
</style>