Shades of Shingle Fawn #705933
Tints of Shingle Fawn #705933
RGB
CMYK
RGB Variations
Color information
#705933 (or 0x705933) is known color: Shingle Fawn. HEX triplet: 70, 59 and 33. RGB value is (112,89,51). Sum of RGB (Red+Green+Blue) = 112+89+51=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705933 is #8FA6CC. Grayscale: #5B5B5B. Windows color (decimal): -9414349 or 3365232. OLE color: 3365232.
HSL color Cylindrical-coordinate representation of color #705933: hue angle of 37.38º 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 #705933 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 51 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.56 |
| HSL | 37.38º | 0.37% | 0.32% | - |
| HSV(B) | 37.38º | 0.54% | 0.44% | - |
| XYZ | 10.85 | 10.83 | 4.65 | - |
| YUV | 91.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 51 | 0 | 0.21 | 0.54 | 0.56 | 37.38 | 0.37 | 0.32 |
| Hex | 70 | 59 | 33 | 0 | 15 | 36 | 38 | 25 | 25 | 20 |
| Octal | 160 | 131 | 63 | 0 | 25 | 66 | 70 | 45 | 45 | 40 |
| Binary | 1110000 | 1011001 | 110011 | 0 | 10101 | 110110 | 111000 | 100101 | 100101 | 100000 |
Color Harmonies of #705933
Complementary color
Monochromatic Colors of #705933
Black with #705933
Text Example
Text Example
White with #705933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705933; }
p { color: rgb(112,89,51); }
H1.HeaderClassName
{
color: #705933;
}
.AnyTagClassName
{
color: #705933;
}
</style>
background-color css
<style>
a { background-color: #705933; }
a { background-color: rgb(112,89,51); }
div.DivClassName
{
background-color: #705933;
}
.BgClassName
{
background-color: #705933;
}
</style>
border-color css
<style>
span { border-color: #705933; }
span { border-color: rgb(112,89,51); }
td.TdClassName
{
border-color: #705933;
}
.TagClassName
{
border-color: #705933;
}
</style>