Shades of Shingle Fawn #745332
Tints of Shingle Fawn #745332
RGB
CMYK
RGB Variations
Color information
#745332 (or 0x745332) is known color: Shingle Fawn. HEX triplet: 74, 53 and 32. RGB value is (116,83,50). Sum of RGB (Red+Green+Blue) = 116+83+50=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #745332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745332 is #8BACCD. Grayscale: #595959. Windows color (decimal): -9153742 or 3298164. OLE color: 3298164.
HSL color Cylindrical-coordinate representation of color #745332: hue angle of 30º 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 #745332 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 50 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.55 |
| HSL | 30º | 0.4% | 0.33% | - |
| HSV(B) | 30º | 0.57% | 0.45% | - |
| XYZ | 10.87 | 10.13 | 4.4 | - |
| YUV | 89.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 50 | 0 | 0.28 | 0.57 | 0.55 | 30 | 0.4 | 0.33 |
| Hex | 74 | 53 | 32 | 0 | 1C | 39 | 37 | 1E | 28 | 21 |
| Octal | 164 | 123 | 62 | 0 | 34 | 71 | 67 | 36 | 50 | 41 |
| Binary | 1110100 | 1010011 | 110010 | 0 | 11100 | 111001 | 110111 | 11110 | 101000 | 100001 |
Color Harmonies of #745332
Complementary color
Monochromatic Colors of #745332
Black with #745332
Text Example
Text Example
White with #745332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745332; }
p { color: rgb(116,83,50); }
H1.HeaderClassName
{
color: #745332;
}
.AnyTagClassName
{
color: #745332;
}
</style>
background-color css
<style>
a { background-color: #745332; }
a { background-color: rgb(116,83,50); }
div.DivClassName
{
background-color: #745332;
}
.BgClassName
{
background-color: #745332;
}
</style>
border-color css
<style>
span { border-color: #745332; }
span { border-color: rgb(116,83,50); }
td.TdClassName
{
border-color: #745332;
}
.TagClassName
{
border-color: #745332;
}
</style>