Shades of Peat #797153
Tints of Peat #797153
RGB
CMYK
RGB Variations
Color information
#797153 (or 0x797153) is known color: Peat. HEX triplet: 79, 71 and 53. RGB value is (121,113,83). Sum of RGB (Red+Green+Blue) = 121+113+83=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #797153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797153 is #868EAC. Grayscale: #707070. Windows color (decimal): -8818349 or 5468537. OLE color: 5468537.
HSL color Cylindrical-coordinate representation of color #797153: hue angle of 47.37º 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 #797153 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 83 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.53 |
| HSL | 47.37º | 0.19% | 0.4% | - |
| HSV(B) | 47.37º | 0.31% | 0.47% | - |
| XYZ | 15.35 | 16.5 | 10.56 | - |
| YUV | 111.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 83 | 0 | 0.07 | 0.31 | 0.53 | 47.37 | 0.19 | 0.4 |
| Hex | 79 | 71 | 53 | 0 | 7 | 1F | 35 | 2F | 13 | 28 |
| Octal | 171 | 161 | 123 | 0 | 7 | 37 | 65 | 57 | 23 | 50 |
| Binary | 1111001 | 1110001 | 1010011 | 0 | 111 | 11111 | 110101 | 101111 | 10011 | 101000 |
Color Harmonies of #797153
Complementary color
Monochromatic Colors of #797153
Black with #797153
Text Example
Text Example
White with #797153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797153; }
p { color: rgb(121,113,83); }
H1.HeaderClassName
{
color: #797153;
}
.AnyTagClassName
{
color: #797153;
}
</style>
background-color css
<style>
a { background-color: #797153; }
a { background-color: rgb(121,113,83); }
div.DivClassName
{
background-color: #797153;
}
.BgClassName
{
background-color: #797153;
}
</style>
border-color css
<style>
span { border-color: #797153; }
span { border-color: rgb(121,113,83); }
td.TdClassName
{
border-color: #797153;
}
.TagClassName
{
border-color: #797153;
}
</style>