Shades of Peat #736A52
Tints of Peat #736A52
RGB
CMYK
RGB Variations
Color information
#736A52 (or 0x736A52) is known color: Peat. HEX triplet: 73, 6A and 52. RGB value is (115,106,82). Sum of RGB (Red+Green+Blue) = 115+106+82=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #736A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A52 is #8C95AD. Grayscale: #6A6A6A. Windows color (decimal): -9213358 or 5401203. OLE color: 5401203.
HSL color Cylindrical-coordinate representation of color #736A52: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736A52 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 82 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.55 |
| HSL | 43.64º | 0.17% | 0.39% | - |
| HSV(B) | 43.64º | 0.29% | 0.45% | - |
| XYZ | 13.75 | 14.56 | 10.07 | - |
| YUV | 105.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 82 | 0 | 0.08 | 0.29 | 0.55 | 43.64 | 0.17 | 0.39 |
| Hex | 73 | 6A | 52 | 0 | 8 | 1D | 37 | 2C | 11 | 27 |
| Octal | 163 | 152 | 122 | 0 | 10 | 35 | 67 | 54 | 21 | 47 |
| Binary | 1110011 | 1101010 | 1010010 | 0 | 1000 | 11101 | 110111 | 101100 | 10001 | 100111 |
Color Harmonies of #736A52
Complementary color
Monochromatic Colors of #736A52
Black with #736A52
Text Example
Text Example
White with #736A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A52; }
p { color: rgb(115,106,82); }
H1.HeaderClassName
{
color: #736A52;
}
.AnyTagClassName
{
color: #736A52;
}
</style>
background-color css
<style>
a { background-color: #736A52; }
a { background-color: rgb(115,106,82); }
div.DivClassName
{
background-color: #736A52;
}
.BgClassName
{
background-color: #736A52;
}
</style>
border-color css
<style>
span { border-color: #736A52; }
span { border-color: rgb(115,106,82); }
td.TdClassName
{
border-color: #736A52;
}
.TagClassName
{
border-color: #736A52;
}
</style>