Shades of Pesto #827B33
Tints of Pesto #827B33
RGB
CMYK
RGB Variations
Color information
#827B33 (or 0x827B33) is known color: Pesto. HEX triplet: 82, 7B and 33. RGB value is (130,123,51). Sum of RGB (Red+Green+Blue) = 130+123+51=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #827B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B33 is #7D84CC. Grayscale: #757575. Windows color (decimal): -8225997 or 3373954. OLE color: 3373954.
HSL color Cylindrical-coordinate representation of color #827B33: hue angle of 54.68º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #827B33 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 51 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.49 |
| HSL | 54.68º | 0.44% | 0.35% | - |
| HSV(B) | 54.68º | 0.61% | 0.51% | - |
| XYZ | 16.89 | 19.15 | 5.94 | - |
| YUV | 116.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 51 | 0 | 0.05 | 0.61 | 0.49 | 54.68 | 0.44 | 0.35 |
| Hex | 82 | 7B | 33 | 0 | 5 | 3D | 31 | 37 | 2C | 23 |
| Octal | 202 | 173 | 63 | 0 | 5 | 75 | 61 | 67 | 54 | 43 |
| Binary | 10000010 | 1111011 | 110011 | 0 | 101 | 111101 | 110001 | 110111 | 101100 | 100011 |
Color Harmonies of #827B33
Complementary color
Monochromatic Colors of #827B33
Black with #827B33
Text Example
Text Example
White with #827B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B33; }
p { color: rgb(130,123,51); }
H1.HeaderClassName
{
color: #827B33;
}
.AnyTagClassName
{
color: #827B33;
}
</style>
background-color css
<style>
a { background-color: #827B33; }
a { background-color: rgb(130,123,51); }
div.DivClassName
{
background-color: #827B33;
}
.BgClassName
{
background-color: #827B33;
}
</style>
border-color css
<style>
span { border-color: #827B33; }
span { border-color: rgb(130,123,51); }
td.TdClassName
{
border-color: #827B33;
}
.TagClassName
{
border-color: #827B33;
}
</style>