Shades of Pesto #83781B
Tints of Pesto #83781B
RGB
CMYK
RGB Variations
Color information
#83781B (or 0x83781B) is known color: Pesto. HEX triplet: 83, 78 and 1B. RGB value is (131,120,27). Sum of RGB (Red+Green+Blue) = 131+120+27=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83781B is #7C87E4. Grayscale: #717171. Windows color (decimal): -8161253 or 1800323. OLE color: 1800323.
HSL color Cylindrical-coordinate representation of color #83781B: hue angle of 53.65º degrees, saturation: 0.66, 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 #83781B is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 120 | 27 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.49 |
| HSL | 53.65º | 0.66% | 0.31% | - |
| HSV(B) | 53.65º | 0.79% | 0.51% | - |
| XYZ | 16.27 | 18.34 | 3.72 | - |
| YUV | 112.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 27 | 0 | 0.08 | 0.79 | 0.49 | 53.65 | 0.66 | 0.31 |
| Hex | 83 | 78 | 1B | 0 | 8 | 4F | 31 | 36 | 42 | 1F |
| Octal | 203 | 170 | 33 | 0 | 10 | 117 | 61 | 66 | 102 | 37 |
| Binary | 10000011 | 1111000 | 11011 | 0 | 1000 | 1001111 | 110001 | 110110 | 1000010 | 11111 |
Color Harmonies of #83781B
Complementary color
Monochromatic Colors of #83781B
Black with #83781B
Text Example
Text Example
White with #83781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83781B; }
p { color: rgb(131,120,27); }
H1.HeaderClassName
{
color: #83781B;
}
.AnyTagClassName
{
color: #83781B;
}
</style>
background-color css
<style>
a { background-color: #83781B; }
a { background-color: rgb(131,120,27); }
div.DivClassName
{
background-color: #83781B;
}
.BgClassName
{
background-color: #83781B;
}
</style>
border-color css
<style>
span { border-color: #83781B; }
span { border-color: rgb(131,120,27); }
td.TdClassName
{
border-color: #83781B;
}
.TagClassName
{
border-color: #83781B;
}
</style>