Shades of Shingle Fawn #745735
Tints of Shingle Fawn #745735
RGB
CMYK
RGB Variations
Color information
#745735 (or 0x745735) is known color: Shingle Fawn. HEX triplet: 74, 57 and 35. RGB value is (116,87,53). Sum of RGB (Red+Green+Blue) = 116+87+53=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #745735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745735 is #8BA8CA. Grayscale: #5B5B5B. Windows color (decimal): -9152715 or 3495796. OLE color: 3495796.
HSL color Cylindrical-coordinate representation of color #745735: hue angle of 32.38º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745735 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 53 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.55 |
| HSL | 32.38º | 0.37% | 0.33% | - |
| HSV(B) | 32.38º | 0.54% | 0.45% | - |
| XYZ | 11.25 | 10.79 | 4.86 | - |
| YUV | 91.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 53 | 0 | 0.25 | 0.54 | 0.55 | 32.38 | 0.37 | 0.33 |
| Hex | 74 | 57 | 35 | 0 | 19 | 36 | 37 | 20 | 25 | 21 |
| Octal | 164 | 127 | 65 | 0 | 31 | 66 | 67 | 40 | 45 | 41 |
| Binary | 1110100 | 1010111 | 110101 | 0 | 11001 | 110110 | 110111 | 100000 | 100101 | 100001 |
Color Harmonies of #745735
Complementary color
Monochromatic Colors of #745735
Black with #745735
Text Example
Text Example
White with #745735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745735; }
p { color: rgb(116,87,53); }
H1.HeaderClassName
{
color: #745735;
}
.AnyTagClassName
{
color: #745735;
}
</style>
background-color css
<style>
a { background-color: #745735; }
a { background-color: rgb(116,87,53); }
div.DivClassName
{
background-color: #745735;
}
.BgClassName
{
background-color: #745735;
}
</style>
border-color css
<style>
span { border-color: #745735; }
span { border-color: rgb(116,87,53); }
td.TdClassName
{
border-color: #745735;
}
.TagClassName
{
border-color: #745735;
}
</style>