Shades of Peat #796E53
Tints of Peat #796E53
RGB
CMYK
RGB Variations
Color information
#796E53 (or 0x796E53) is known color: Peat. HEX triplet: 79, 6E and 53. RGB value is (121,110,83). Sum of RGB (Red+Green+Blue) = 121+110+83=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #796E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E53 is #8691AC. Grayscale: #6E6E6E. Windows color (decimal): -8819117 or 5467769. OLE color: 5467769.
HSL color Cylindrical-coordinate representation of color #796E53: hue angle of 42.63º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #796E53 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 83 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.53 |
| HSL | 42.63º | 0.19% | 0.4% | - |
| HSV(B) | 42.63º | 0.31% | 0.47% | - |
| XYZ | 15.02 | 15.84 | 10.45 | - |
| YUV | 110.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 83 | 0 | 0.09 | 0.31 | 0.53 | 42.63 | 0.19 | 0.4 |
| Hex | 79 | 6E | 53 | 0 | 9 | 1F | 35 | 2B | 13 | 28 |
| Octal | 171 | 156 | 123 | 0 | 11 | 37 | 65 | 53 | 23 | 50 |
| Binary | 1111001 | 1101110 | 1010011 | 0 | 1001 | 11111 | 110101 | 101011 | 10011 | 101000 |
Color Harmonies of #796E53
Complementary color
Monochromatic Colors of #796E53
Black with #796E53
Text Example
Text Example
White with #796E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E53; }
p { color: rgb(121,110,83); }
H1.HeaderClassName
{
color: #796E53;
}
.AnyTagClassName
{
color: #796E53;
}
</style>
background-color css
<style>
a { background-color: #796E53; }
a { background-color: rgb(121,110,83); }
div.DivClassName
{
background-color: #796E53;
}
.BgClassName
{
background-color: #796E53;
}
</style>
border-color css
<style>
span { border-color: #796E53; }
span { border-color: rgb(121,110,83); }
td.TdClassName
{
border-color: #796E53;
}
.TagClassName
{
border-color: #796E53;
}
</style>