Shades of Shingle Fawn #705733
Tints of Shingle Fawn #705733
RGB
CMYK
RGB Variations
Color information
#705733 (or 0x705733) is known color: Shingle Fawn. HEX triplet: 70, 57 and 33. RGB value is (112,87,51). Sum of RGB (Red+Green+Blue) = 112+87+51=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #705733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705733 is #8FA8CC. Grayscale: #5A5A5A. Windows color (decimal): -9414861 or 3364720. OLE color: 3364720.
HSL color Cylindrical-coordinate representation of color #705733: hue angle of 35.41º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #705733 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 51 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.56 |
| HSL | 35.41º | 0.37% | 0.32% | - |
| HSV(B) | 35.41º | 0.54% | 0.44% | - |
| XYZ | 10.69 | 10.5 | 4.6 | - |
| YUV | 90.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 51 | 0 | 0.22 | 0.54 | 0.56 | 35.41 | 0.37 | 0.32 |
| Hex | 70 | 57 | 33 | 0 | 16 | 36 | 38 | 23 | 25 | 20 |
| Octal | 160 | 127 | 63 | 0 | 26 | 66 | 70 | 43 | 45 | 40 |
| Binary | 1110000 | 1010111 | 110011 | 0 | 10110 | 110110 | 111000 | 100011 | 100101 | 100000 |
Color Harmonies of #705733
Complementary color
Monochromatic Colors of #705733
Black with #705733
Text Example
Text Example
White with #705733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705733; }
p { color: rgb(112,87,51); }
H1.HeaderClassName
{
color: #705733;
}
.AnyTagClassName
{
color: #705733;
}
</style>
background-color css
<style>
a { background-color: #705733; }
a { background-color: rgb(112,87,51); }
div.DivClassName
{
background-color: #705733;
}
.BgClassName
{
background-color: #705733;
}
</style>
border-color css
<style>
span { border-color: #705733; }
span { border-color: rgb(112,87,51); }
td.TdClassName
{
border-color: #705733;
}
.TagClassName
{
border-color: #705733;
}
</style>