Shades of Shingle Fawn #745132
Tints of Shingle Fawn #745132
RGB
CMYK
RGB Variations
Color information
#745132 (or 0x745132) is known color: Shingle Fawn. HEX triplet: 74, 51 and 32. RGB value is (116,81,50). Sum of RGB (Red+Green+Blue) = 116+81+50=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745132 is #8BAECD. Grayscale: #585858. Windows color (decimal): -9154254 or 3297652. OLE color: 3297652.
HSL color Cylindrical-coordinate representation of color #745132: hue angle of 28.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745132 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 50 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.55 |
| HSL | 28.18º | 0.4% | 0.33% | - |
| HSV(B) | 28.18º | 0.57% | 0.45% | - |
| XYZ | 10.72 | 9.83 | 4.35 | - |
| YUV | 87.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 50 | 0 | 0.30 | 0.57 | 0.55 | 28.18 | 0.4 | 0.33 |
| Hex | 74 | 51 | 32 | 0 | 1E | 39 | 37 | 1C | 28 | 21 |
| Octal | 164 | 121 | 62 | 0 | 36 | 71 | 67 | 34 | 50 | 41 |
| Binary | 1110100 | 1010001 | 110010 | 0 | 11110 | 111001 | 110111 | 11100 | 101000 | 100001 |
Color Harmonies of #745132
Complementary color
Monochromatic Colors of #745132
Black with #745132
Text Example
Text Example
White with #745132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745132; }
p { color: rgb(116,81,50); }
H1.HeaderClassName
{
color: #745132;
}
.AnyTagClassName
{
color: #745132;
}
</style>
background-color css
<style>
a { background-color: #745132; }
a { background-color: rgb(116,81,50); }
div.DivClassName
{
background-color: #745132;
}
.BgClassName
{
background-color: #745132;
}
</style>
border-color css
<style>
span { border-color: #745132; }
span { border-color: rgb(116,81,50); }
td.TdClassName
{
border-color: #745132;
}
.TagClassName
{
border-color: #745132;
}
</style>