Shades of Peat #736F55
Tints of Peat #736F55
RGB
CMYK
RGB Variations
Color information
#736F55 (or 0x736F55) is known color: Peat. HEX triplet: 73, 6F and 55. RGB value is (115,111,85). Sum of RGB (Red+Green+Blue) = 115+111+85=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #736F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F55 is #8C90AA. Grayscale: #6D6D6D. Windows color (decimal): -9212075 or 5599091. OLE color: 5599091.
HSL color Cylindrical-coordinate representation of color #736F55: hue angle of 52º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736F55 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 85 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.55 |
| HSL | 52º | 0.15% | 0.39% | - |
| HSV(B) | 52º | 0.26% | 0.45% | - |
| XYZ | 14.39 | 15.67 | 10.86 | - |
| YUV | 109.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 85 | 0 | 0.03 | 0.26 | 0.55 | 52 | 0.15 | 0.39 |
| Hex | 73 | 6F | 55 | 0 | 3 | 1A | 37 | 34 | F | 27 |
| Octal | 163 | 157 | 125 | 0 | 3 | 32 | 67 | 64 | 17 | 47 |
| Binary | 1110011 | 1101111 | 1010101 | 0 | 11 | 11010 | 110111 | 110100 | 1111 | 100111 |
Color Harmonies of #736F55
Complementary color
Monochromatic Colors of #736F55
Black with #736F55
Text Example
Text Example
White with #736F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F55; }
p { color: rgb(115,111,85); }
H1.HeaderClassName
{
color: #736F55;
}
.AnyTagClassName
{
color: #736F55;
}
</style>
background-color css
<style>
a { background-color: #736F55; }
a { background-color: rgb(115,111,85); }
div.DivClassName
{
background-color: #736F55;
}
.BgClassName
{
background-color: #736F55;
}
</style>
border-color css
<style>
span { border-color: #736F55; }
span { border-color: rgb(115,111,85); }
td.TdClassName
{
border-color: #736F55;
}
.TagClassName
{
border-color: #736F55;
}
</style>