Shades of Shingle Fawn #705436
Tints of Shingle Fawn #705436
RGB
CMYK
RGB Variations
Color information
#705436 (or 0x705436) is known color: Shingle Fawn. HEX triplet: 70, 54 and 36. RGB value is (112,84,54). Sum of RGB (Red+Green+Blue) = 112+84+54=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #705436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705436 is #8FABC9. Grayscale: #595959. Windows color (decimal): -9415626 or 3560560. OLE color: 3560560.
HSL color Cylindrical-coordinate representation of color #705436: hue angle of 31.03º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705436 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 54 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.56 |
| HSL | 31.03º | 0.35% | 0.33% | - |
| HSV(B) | 31.03º | 0.52% | 0.44% | - |
| XYZ | 10.52 | 10.05 | 4.88 | - |
| YUV | 88.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 54 | 0 | 0.25 | 0.52 | 0.56 | 31.03 | 0.35 | 0.33 |
| Hex | 70 | 54 | 36 | 0 | 19 | 34 | 38 | 1F | 23 | 21 |
| Octal | 160 | 124 | 66 | 0 | 31 | 64 | 70 | 37 | 43 | 41 |
| Binary | 1110000 | 1010100 | 110110 | 0 | 11001 | 110100 | 111000 | 11111 | 100011 | 100001 |
Color Harmonies of #705436
Complementary color
Monochromatic Colors of #705436
Black with #705436
Text Example
Text Example
White with #705436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705436; }
p { color: rgb(112,84,54); }
H1.HeaderClassName
{
color: #705436;
}
.AnyTagClassName
{
color: #705436;
}
</style>
background-color css
<style>
a { background-color: #705436; }
a { background-color: rgb(112,84,54); }
div.DivClassName
{
background-color: #705436;
}
.BgClassName
{
background-color: #705436;
}
</style>
border-color css
<style>
span { border-color: #705436; }
span { border-color: rgb(112,84,54); }
td.TdClassName
{
border-color: #705436;
}
.TagClassName
{
border-color: #705436;
}
</style>