Shades of Shingle Fawn #74583A
Tints of Shingle Fawn #74583A
RGB
CMYK
RGB Variations
Color information
#74583A (or 0x74583A) is known color: Shingle Fawn. HEX triplet: 74, 58 and 3A. RGB value is (116,88,58). Sum of RGB (Red+Green+Blue) = 116+88+58=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74583A is #8BA7C5. Grayscale: #5D5D5D. Windows color (decimal): -9152454 or 3823732. OLE color: 3823732.
HSL color Cylindrical-coordinate representation of color #74583A: hue angle of 31.03º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74583A is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 58 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.55 |
| HSL | 31.03º | 0.33% | 0.34% | - |
| HSV(B) | 31.03º | 0.5% | 0.45% | - |
| XYZ | 11.46 | 11 | 5.52 | - |
| YUV | 92.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 58 | 0 | 0.24 | 0.5 | 0.55 | 31.03 | 0.33 | 0.34 |
| Hex | 74 | 58 | 3A | 0 | 18 | 32 | 37 | 1F | 21 | 22 |
| Octal | 164 | 130 | 72 | 0 | 30 | 62 | 67 | 37 | 41 | 42 |
| Binary | 1110100 | 1011000 | 111010 | 0 | 11000 | 110010 | 110111 | 11111 | 100001 | 100010 |
Color Harmonies of #74583A
Complementary color
Monochromatic Colors of #74583A
Black with #74583A
Text Example
Text Example
White with #74583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74583A; }
p { color: rgb(116,88,58); }
H1.HeaderClassName
{
color: #74583A;
}
.AnyTagClassName
{
color: #74583A;
}
</style>
background-color css
<style>
a { background-color: #74583A; }
a { background-color: rgb(116,88,58); }
div.DivClassName
{
background-color: #74583A;
}
.BgClassName
{
background-color: #74583A;
}
</style>
border-color css
<style>
span { border-color: #74583A; }
span { border-color: rgb(116,88,58); }
td.TdClassName
{
border-color: #74583A;
}
.TagClassName
{
border-color: #74583A;
}
</style>