Shades of Pesto #827B23
Tints of Pesto #827B23
RGB
CMYK
RGB Variations
Color information
#827B23 (or 0x827B23) is known color: Pesto. HEX triplet: 82, 7B and 23. RGB value is (130,123,35). Sum of RGB (Red+Green+Blue) = 130+123+35=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #827B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B23 is #7D84DC. Grayscale: #737373. Windows color (decimal): -8226013 or 2325378. OLE color: 2325378.
HSL color Cylindrical-coordinate representation of color #827B23: hue angle of 55.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #827B23 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 35 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.49 |
| HSL | 55.58º | 0.58% | 0.32% | - |
| HSV(B) | 55.58º | 0.73% | 0.51% | - |
| XYZ | 16.59 | 19.03 | 4.39 | - |
| YUV | 115.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 35 | 0 | 0.05 | 0.73 | 0.49 | 55.58 | 0.58 | 0.32 |
| Hex | 82 | 7B | 23 | 0 | 5 | 49 | 31 | 38 | 3A | 20 |
| Octal | 202 | 173 | 43 | 0 | 5 | 111 | 61 | 70 | 72 | 40 |
| Binary | 10000010 | 1111011 | 100011 | 0 | 101 | 1001001 | 110001 | 111000 | 111010 | 100000 |
Color Harmonies of #827B23
Complementary color
Monochromatic Colors of #827B23
Black with #827B23
Text Example
Text Example
White with #827B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B23; }
p { color: rgb(130,123,35); }
H1.HeaderClassName
{
color: #827B23;
}
.AnyTagClassName
{
color: #827B23;
}
</style>
background-color css
<style>
a { background-color: #827B23; }
a { background-color: rgb(130,123,35); }
div.DivClassName
{
background-color: #827B23;
}
.BgClassName
{
background-color: #827B23;
}
</style>
border-color css
<style>
span { border-color: #827B23; }
span { border-color: rgb(130,123,35); }
td.TdClassName
{
border-color: #827B23;
}
.TagClassName
{
border-color: #827B23;
}
</style>