Shades of Shingle Fawn #74562F
Tints of Shingle Fawn #74562F
RGB
CMYK
RGB Variations
Color information
#74562F (or 0x74562F) is known color: Shingle Fawn. HEX triplet: 74, 56 and 2F. RGB value is (116,86,47). Sum of RGB (Red+Green+Blue) = 116+86+47=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74562F is #8BA9D0. Grayscale: #5A5A5A. Windows color (decimal): -9152977 or 3102324. OLE color: 3102324.
HSL color Cylindrical-coordinate representation of color #74562F: hue angle of 33.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74562F is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 47 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.55 |
| HSL | 33.91º | 0.42% | 0.32% | - |
| HSV(B) | 33.91º | 0.59% | 0.45% | - |
| XYZ | 11.04 | 10.57 | 4.15 | - |
| YUV | 90.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 47 | 0 | 0.26 | 0.59 | 0.55 | 33.91 | 0.42 | 0.32 |
| Hex | 74 | 56 | 2F | 0 | 1A | 3B | 37 | 22 | 2A | 20 |
| Octal | 164 | 126 | 57 | 0 | 32 | 73 | 67 | 42 | 52 | 40 |
| Binary | 1110100 | 1010110 | 101111 | 0 | 11010 | 111011 | 110111 | 100010 | 101010 | 100000 |
Color Harmonies of #74562F
Complementary color
Monochromatic Colors of #74562F
Black with #74562F
Text Example
Text Example
White with #74562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74562F; }
p { color: rgb(116,86,47); }
H1.HeaderClassName
{
color: #74562F;
}
.AnyTagClassName
{
color: #74562F;
}
</style>
background-color css
<style>
a { background-color: #74562F; }
a { background-color: rgb(116,86,47); }
div.DivClassName
{
background-color: #74562F;
}
.BgClassName
{
background-color: #74562F;
}
</style>
border-color css
<style>
span { border-color: #74562F; }
span { border-color: rgb(116,86,47); }
td.TdClassName
{
border-color: #74562F;
}
.TagClassName
{
border-color: #74562F;
}
</style>