Shades of Shingle Fawn #74522D
Tints of Shingle Fawn #74522D
RGB
CMYK
RGB Variations
Color information
#74522D (or 0x74522D) is known color: Shingle Fawn. HEX triplet: 74, 52 and 2D. RGB value is (116,82,45). Sum of RGB (Red+Green+Blue) = 116+82+45=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74522D is #8BADD2. Grayscale: #585858. Windows color (decimal): -9154003 or 2970228. OLE color: 2970228.
HSL color Cylindrical-coordinate representation of color #74522D: hue angle of 31.27º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74522D is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 45 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.55 |
| HSL | 31.27º | 0.44% | 0.32% | - |
| HSV(B) | 31.27º | 0.61% | 0.45% | - |
| XYZ | 10.69 | 9.94 | 3.84 | - |
| YUV | 87.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 45 | 0 | 0.29 | 0.61 | 0.55 | 31.27 | 0.44 | 0.32 |
| Hex | 74 | 52 | 2D | 0 | 1D | 3D | 37 | 1F | 2C | 20 |
| Octal | 164 | 122 | 55 | 0 | 35 | 75 | 67 | 37 | 54 | 40 |
| Binary | 1110100 | 1010010 | 101101 | 0 | 11101 | 111101 | 110111 | 11111 | 101100 | 100000 |
Color Harmonies of #74522D
Complementary color
Monochromatic Colors of #74522D
Black with #74522D
Text Example
Text Example
White with #74522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74522D; }
p { color: rgb(116,82,45); }
H1.HeaderClassName
{
color: #74522D;
}
.AnyTagClassName
{
color: #74522D;
}
</style>
background-color css
<style>
a { background-color: #74522D; }
a { background-color: rgb(116,82,45); }
div.DivClassName
{
background-color: #74522D;
}
.BgClassName
{
background-color: #74522D;
}
</style>
border-color css
<style>
span { border-color: #74522D; }
span { border-color: rgb(116,82,45); }
td.TdClassName
{
border-color: #74522D;
}
.TagClassName
{
border-color: #74522D;
}
</style>