Shades of Shingle Fawn #735231
Tints of Shingle Fawn #735231
RGB
CMYK
RGB Variations
Color information
#735231 (or 0x735231) is known color: Shingle Fawn. HEX triplet: 73, 52 and 31. RGB value is (115,82,49). Sum of RGB (Red+Green+Blue) = 115+82+49=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #735231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735231 is #8CADCE. Grayscale: #585858. Windows color (decimal): -9219535 or 3232371. OLE color: 3232371.
HSL color Cylindrical-coordinate representation of color #735231: hue angle of 30º 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 #735231 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 49 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.55 |
| HSL | 30º | 0.4% | 0.32% | - |
| HSV(B) | 30º | 0.57% | 0.45% | - |
| XYZ | 10.64 | 9.9 | 4.26 | - |
| YUV | 88.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 49 | 0 | 0.29 | 0.57 | 0.55 | 30 | 0.4 | 0.32 |
| Hex | 73 | 52 | 31 | 0 | 1D | 39 | 37 | 1E | 28 | 20 |
| Octal | 163 | 122 | 61 | 0 | 35 | 71 | 67 | 36 | 50 | 40 |
| Binary | 1110011 | 1010010 | 110001 | 0 | 11101 | 111001 | 110111 | 11110 | 101000 | 100000 |
Color Harmonies of #735231
Complementary color
Monochromatic Colors of #735231
Black with #735231
Text Example
Text Example
White with #735231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735231; }
p { color: rgb(115,82,49); }
H1.HeaderClassName
{
color: #735231;
}
.AnyTagClassName
{
color: #735231;
}
</style>
background-color css
<style>
a { background-color: #735231; }
a { background-color: rgb(115,82,49); }
div.DivClassName
{
background-color: #735231;
}
.BgClassName
{
background-color: #735231;
}
</style>
border-color css
<style>
span { border-color: #735231; }
span { border-color: rgb(115,82,49); }
td.TdClassName
{
border-color: #735231;
}
.TagClassName
{
border-color: #735231;
}
</style>