Shades of Shingle Fawn #705230
Tints of Shingle Fawn #705230
RGB
CMYK
RGB Variations
Color information
#705230 (or 0x705230) is known color: Shingle Fawn. HEX triplet: 70, 52 and 30. RGB value is (112,82,48). Sum of RGB (Red+Green+Blue) = 112+82+48=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #705230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705230 is #8FADCF. Grayscale: #575757. Windows color (decimal): -9416144 or 3166832. OLE color: 3166832.
HSL color Cylindrical-coordinate representation of color #705230: hue angle of 31.88º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705230 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 48 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.56 |
| HSL | 31.88º | 0.4% | 0.31% | - |
| HSV(B) | 31.88º | 0.57% | 0.44% | - |
| XYZ | 10.23 | 9.69 | 4.13 | - |
| YUV | 87.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 48 | 0 | 0.27 | 0.57 | 0.56 | 31.88 | 0.4 | 0.31 |
| Hex | 70 | 52 | 30 | 0 | 1B | 39 | 38 | 20 | 28 | 1F |
| Octal | 160 | 122 | 60 | 0 | 33 | 71 | 70 | 40 | 50 | 37 |
| Binary | 1110000 | 1010010 | 110000 | 0 | 11011 | 111001 | 111000 | 100000 | 101000 | 11111 |
Color Harmonies of #705230
Complementary color
Monochromatic Colors of #705230
Black with #705230
Text Example
Text Example
White with #705230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705230; }
p { color: rgb(112,82,48); }
H1.HeaderClassName
{
color: #705230;
}
.AnyTagClassName
{
color: #705230;
}
</style>
background-color css
<style>
a { background-color: #705230; }
a { background-color: rgb(112,82,48); }
div.DivClassName
{
background-color: #705230;
}
.BgClassName
{
background-color: #705230;
}
</style>
border-color css
<style>
span { border-color: #705230; }
span { border-color: rgb(112,82,48); }
td.TdClassName
{
border-color: #705230;
}
.TagClassName
{
border-color: #705230;
}
</style>