Shades of Shingle Fawn #74583B
Tints of Shingle Fawn #74583B
RGB
CMYK
RGB Variations
Color information
#74583B (or 0x74583B) is known color: Shingle Fawn. HEX triplet: 74, 58 and 3B. RGB value is (116,88,59). Sum of RGB (Red+Green+Blue) = 116+88+59=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74583B is #8BA7C4. Grayscale: #5D5D5D. Windows color (decimal): -9152453 or 3889268. OLE color: 3889268.
HSL color Cylindrical-coordinate representation of color #74583B: hue angle of 30.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74583B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 59 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.55 |
| HSL | 30.53º | 0.33% | 0.34% | - |
| HSV(B) | 30.53º | 0.49% | 0.45% | - |
| XYZ | 11.48 | 11.01 | 5.66 | - |
| YUV | 93.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 59 | 0 | 0.24 | 0.49 | 0.55 | 30.53 | 0.33 | 0.34 |
| Hex | 74 | 58 | 3B | 0 | 18 | 31 | 37 | 1F | 21 | 22 |
| Octal | 164 | 130 | 73 | 0 | 30 | 61 | 67 | 37 | 41 | 42 |
| Binary | 1110100 | 1011000 | 111011 | 0 | 11000 | 110001 | 110111 | 11111 | 100001 | 100010 |
Color Harmonies of #74583B
Complementary color
Monochromatic Colors of #74583B
Black with #74583B
Text Example
Text Example
White with #74583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74583B; }
p { color: rgb(116,88,59); }
H1.HeaderClassName
{
color: #74583B;
}
.AnyTagClassName
{
color: #74583B;
}
</style>
background-color css
<style>
a { background-color: #74583B; }
a { background-color: rgb(116,88,59); }
div.DivClassName
{
background-color: #74583B;
}
.BgClassName
{
background-color: #74583B;
}
</style>
border-color css
<style>
span { border-color: #74583B; }
span { border-color: rgb(116,88,59); }
td.TdClassName
{
border-color: #74583B;
}
.TagClassName
{
border-color: #74583B;
}
</style>