Shades of Shingle Fawn #70573C
Tints of Shingle Fawn #70573C
RGB
CMYK
RGB Variations
Color information
#70573C (or 0x70573C) is known color: Shingle Fawn. HEX triplet: 70, 57 and 3C. RGB value is (112,87,60). Sum of RGB (Red+Green+Blue) = 112+87+60=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70573C is #8FA8C3. Grayscale: #5B5B5B. Windows color (decimal): -9414852 or 3954544. OLE color: 3954544.
HSL color Cylindrical-coordinate representation of color #70573C: hue angle of 31.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70573C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 60 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.56 |
| HSL | 31.15º | 0.3% | 0.34% | - |
| HSV(B) | 31.15º | 0.46% | 0.44% | - |
| XYZ | 10.91 | 10.59 | 5.74 | - |
| YUV | 91.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 60 | 0 | 0.22 | 0.46 | 0.56 | 31.15 | 0.3 | 0.34 |
| Hex | 70 | 57 | 3C | 0 | 16 | 2E | 38 | 1F | 1E | 22 |
| Octal | 160 | 127 | 74 | 0 | 26 | 56 | 70 | 37 | 36 | 42 |
| Binary | 1110000 | 1010111 | 111100 | 0 | 10110 | 101110 | 111000 | 11111 | 11110 | 100010 |
Color Harmonies of #70573C
Complementary color
Monochromatic Colors of #70573C
Black with #70573C
Text Example
Text Example
White with #70573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70573C; }
p { color: rgb(112,87,60); }
H1.HeaderClassName
{
color: #70573C;
}
.AnyTagClassName
{
color: #70573C;
}
</style>
background-color css
<style>
a { background-color: #70573C; }
a { background-color: rgb(112,87,60); }
div.DivClassName
{
background-color: #70573C;
}
.BgClassName
{
background-color: #70573C;
}
</style>
border-color css
<style>
span { border-color: #70573C; }
span { border-color: rgb(112,87,60); }
td.TdClassName
{
border-color: #70573C;
}
.TagClassName
{
border-color: #70573C;
}
</style>