Shades of Shingle Fawn #735931
Tints of Shingle Fawn #735931
RGB
CMYK
RGB Variations
Color information
#735931 (or 0x735931) is known color: Shingle Fawn. HEX triplet: 73, 59 and 31. RGB value is (115,89,49). Sum of RGB (Red+Green+Blue) = 115+89+49=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #735931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735931 is #8CA6CE. Grayscale: #5C5C5C. Windows color (decimal): -9217743 or 3234163. OLE color: 3234163.
HSL color Cylindrical-coordinate representation of color #735931: hue angle of 36.36º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735931 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 49 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.55 |
| HSL | 36.36º | 0.4% | 0.32% | - |
| HSV(B) | 36.36º | 0.57% | 0.45% | - |
| XYZ | 11.2 | 11.01 | 4.44 | - |
| YUV | 92.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 49 | 0 | 0.23 | 0.57 | 0.55 | 36.36 | 0.4 | 0.32 |
| Hex | 73 | 59 | 31 | 0 | 17 | 39 | 37 | 24 | 28 | 20 |
| Octal | 163 | 131 | 61 | 0 | 27 | 71 | 67 | 44 | 50 | 40 |
| Binary | 1110011 | 1011001 | 110001 | 0 | 10111 | 111001 | 110111 | 100100 | 101000 | 100000 |
Color Harmonies of #735931
Complementary color
Monochromatic Colors of #735931
Black with #735931
Text Example
Text Example
White with #735931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735931; }
p { color: rgb(115,89,49); }
H1.HeaderClassName
{
color: #735931;
}
.AnyTagClassName
{
color: #735931;
}
</style>
background-color css
<style>
a { background-color: #735931; }
a { background-color: rgb(115,89,49); }
div.DivClassName
{
background-color: #735931;
}
.BgClassName
{
background-color: #735931;
}
</style>
border-color css
<style>
span { border-color: #735931; }
span { border-color: rgb(115,89,49); }
td.TdClassName
{
border-color: #735931;
}
.TagClassName
{
border-color: #735931;
}
</style>