Shades of Shingle Fawn #74552E
Tints of Shingle Fawn #74552E
RGB
CMYK
RGB Variations
Color information
#74552E (or 0x74552E) is known color: Shingle Fawn. HEX triplet: 74, 55 and 2E. RGB value is (116,85,46). Sum of RGB (Red+Green+Blue) = 116+85+46=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74552E is #8BAAD1. Grayscale: #5A5A5A. Windows color (decimal): -9153234 or 3036532. OLE color: 3036532.
HSL color Cylindrical-coordinate representation of color #74552E: hue angle of 33.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74552E is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 46 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.55 |
| HSL | 33.43º | 0.43% | 0.32% | - |
| HSV(B) | 33.43º | 0.6% | 0.45% | - |
| XYZ | 10.94 | 10.41 | 4.02 | - |
| YUV | 89.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 46 | 0 | 0.27 | 0.60 | 0.55 | 33.43 | 0.43 | 0.32 |
| Hex | 74 | 55 | 2E | 0 | 1B | 3C | 37 | 21 | 2B | 20 |
| Octal | 164 | 125 | 56 | 0 | 33 | 74 | 67 | 41 | 53 | 40 |
| Binary | 1110100 | 1010101 | 101110 | 0 | 11011 | 111100 | 110111 | 100001 | 101011 | 100000 |
Color Harmonies of #74552E
Complementary color
Monochromatic Colors of #74552E
Black with #74552E
Text Example
Text Example
White with #74552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74552E; }
p { color: rgb(116,85,46); }
H1.HeaderClassName
{
color: #74552E;
}
.AnyTagClassName
{
color: #74552E;
}
</style>
background-color css
<style>
a { background-color: #74552E; }
a { background-color: rgb(116,85,46); }
div.DivClassName
{
background-color: #74552E;
}
.BgClassName
{
background-color: #74552E;
}
</style>
border-color css
<style>
span { border-color: #74552E; }
span { border-color: rgb(116,85,46); }
td.TdClassName
{
border-color: #74552E;
}
.TagClassName
{
border-color: #74552E;
}
</style>