Shades of Peat #736A53
Tints of Peat #736A53
RGB
CMYK
RGB Variations
Color information
#736A53 (or 0x736A53) is known color: Peat. HEX triplet: 73, 6A and 53. RGB value is (115,106,83). Sum of RGB (Red+Green+Blue) = 115+106+83=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #736A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A53 is #8C95AC. Grayscale: #6A6A6A. Windows color (decimal): -9213357 or 5466739. OLE color: 5466739.
HSL color Cylindrical-coordinate representation of color #736A53: hue angle of 43.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736A53 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 83 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.55 |
| HSL | 43.13º | 0.16% | 0.39% | - |
| HSV(B) | 43.13º | 0.28% | 0.45% | - |
| XYZ | 13.79 | 14.58 | 10.27 | - |
| YUV | 106.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 83 | 0 | 0.08 | 0.28 | 0.55 | 43.13 | 0.16 | 0.39 |
| Hex | 73 | 6A | 53 | 0 | 8 | 1C | 37 | 2B | 10 | 27 |
| Octal | 163 | 152 | 123 | 0 | 10 | 34 | 67 | 53 | 20 | 47 |
| Binary | 1110011 | 1101010 | 1010011 | 0 | 1000 | 11100 | 110111 | 101011 | 10000 | 100111 |
Color Harmonies of #736A53
Complementary color
Monochromatic Colors of #736A53
Black with #736A53
Text Example
Text Example
White with #736A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A53; }
p { color: rgb(115,106,83); }
H1.HeaderClassName
{
color: #736A53;
}
.AnyTagClassName
{
color: #736A53;
}
</style>
background-color css
<style>
a { background-color: #736A53; }
a { background-color: rgb(115,106,83); }
div.DivClassName
{
background-color: #736A53;
}
.BgClassName
{
background-color: #736A53;
}
</style>
border-color css
<style>
span { border-color: #736A53; }
span { border-color: rgb(115,106,83); }
td.TdClassName
{
border-color: #736A53;
}
.TagClassName
{
border-color: #736A53;
}
</style>