Shades of Shingle Fawn #74562E
Tints of Shingle Fawn #74562E
RGB
CMYK
RGB Variations
Color information
#74562E (or 0x74562E) is known color: Shingle Fawn. HEX triplet: 74, 56 and 2E. RGB value is (116,86,46). Sum of RGB (Red+Green+Blue) = 116+86+46=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74562E is #8BA9D1. Grayscale: #5A5A5A. Windows color (decimal): -9152978 or 3036788. OLE color: 3036788.
HSL color Cylindrical-coordinate representation of color #74562E: hue angle of 34.29º 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 #74562E is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 46 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.55 |
| HSL | 34.29º | 0.43% | 0.32% | - |
| HSV(B) | 34.29º | 0.6% | 0.45% | - |
| XYZ | 11.02 | 10.57 | 4.04 | - |
| YUV | 90.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 46 | 0 | 0.26 | 0.60 | 0.55 | 34.29 | 0.43 | 0.32 |
| Hex | 74 | 56 | 2E | 0 | 1A | 3C | 37 | 22 | 2B | 20 |
| Octal | 164 | 126 | 56 | 0 | 32 | 74 | 67 | 42 | 53 | 40 |
| Binary | 1110100 | 1010110 | 101110 | 0 | 11010 | 111100 | 110111 | 100010 | 101011 | 100000 |
Color Harmonies of #74562E
Complementary color
Monochromatic Colors of #74562E
Black with #74562E
Text Example
Text Example
White with #74562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74562E; }
p { color: rgb(116,86,46); }
H1.HeaderClassName
{
color: #74562E;
}
.AnyTagClassName
{
color: #74562E;
}
</style>
background-color css
<style>
a { background-color: #74562E; }
a { background-color: rgb(116,86,46); }
div.DivClassName
{
background-color: #74562E;
}
.BgClassName
{
background-color: #74562E;
}
</style>
border-color css
<style>
span { border-color: #74562E; }
span { border-color: rgb(116,86,46); }
td.TdClassName
{
border-color: #74562E;
}
.TagClassName
{
border-color: #74562E;
}
</style>