Shades of Shingle Fawn #745839
Tints of Shingle Fawn #745839
RGB
CMYK
RGB Variations
Color information
#745839 (or 0x745839) is known color: Shingle Fawn. HEX triplet: 74, 58 and 39. RGB value is (116,88,57). Sum of RGB (Red+Green+Blue) = 116+88+57=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #745839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745839 is #8BA7C6. Grayscale: #5C5C5C. Windows color (decimal): -9152455 or 3758196. OLE color: 3758196.
HSL color Cylindrical-coordinate representation of color #745839: hue angle of 31.53º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745839 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 57 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.55 |
| HSL | 31.53º | 0.34% | 0.34% | - |
| HSV(B) | 31.53º | 0.51% | 0.45% | - |
| XYZ | 11.43 | 10.99 | 5.39 | - |
| YUV | 92.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 57 | 0 | 0.24 | 0.51 | 0.55 | 31.53 | 0.34 | 0.34 |
| Hex | 74 | 58 | 39 | 0 | 18 | 33 | 37 | 20 | 22 | 22 |
| Octal | 164 | 130 | 71 | 0 | 30 | 63 | 67 | 40 | 42 | 42 |
| Binary | 1110100 | 1011000 | 111001 | 0 | 11000 | 110011 | 110111 | 100000 | 100010 | 100010 |
Color Harmonies of #745839
Complementary color
Monochromatic Colors of #745839
Black with #745839
Text Example
Text Example
White with #745839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745839; }
p { color: rgb(116,88,57); }
H1.HeaderClassName
{
color: #745839;
}
.AnyTagClassName
{
color: #745839;
}
</style>
background-color css
<style>
a { background-color: #745839; }
a { background-color: rgb(116,88,57); }
div.DivClassName
{
background-color: #745839;
}
.BgClassName
{
background-color: #745839;
}
</style>
border-color css
<style>
span { border-color: #745839; }
span { border-color: rgb(116,88,57); }
td.TdClassName
{
border-color: #745839;
}
.TagClassName
{
border-color: #745839;
}
</style>