Shades of Shingle Fawn #705833
Tints of Shingle Fawn #705833
RGB
CMYK
RGB Variations
Color information
#705833 (or 0x705833) is known color: Shingle Fawn. HEX triplet: 70, 58 and 33. RGB value is (112,88,51). Sum of RGB (Red+Green+Blue) = 112+88+51=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #705833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705833 is #8FA7CC. Grayscale: #5B5B5B. Windows color (decimal): -9414605 or 3364976. OLE color: 3364976.
HSL color Cylindrical-coordinate representation of color #705833: hue angle of 36.39º 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 #705833 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 51 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.56 |
| HSL | 36.39º | 0.37% | 0.32% | - |
| HSV(B) | 36.39º | 0.54% | 0.44% | - |
| XYZ | 10.77 | 10.66 | 4.62 | - |
| YUV | 90.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 51 | 0 | 0.21 | 0.54 | 0.56 | 36.39 | 0.37 | 0.32 |
| Hex | 70 | 58 | 33 | 0 | 15 | 36 | 38 | 24 | 25 | 20 |
| Octal | 160 | 130 | 63 | 0 | 25 | 66 | 70 | 44 | 45 | 40 |
| Binary | 1110000 | 1011000 | 110011 | 0 | 10101 | 110110 | 111000 | 100100 | 100101 | 100000 |
Color Harmonies of #705833
Complementary color
Monochromatic Colors of #705833
Black with #705833
Text Example
Text Example
White with #705833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705833; }
p { color: rgb(112,88,51); }
H1.HeaderClassName
{
color: #705833;
}
.AnyTagClassName
{
color: #705833;
}
</style>
background-color css
<style>
a { background-color: #705833; }
a { background-color: rgb(112,88,51); }
div.DivClassName
{
background-color: #705833;
}
.BgClassName
{
background-color: #705833;
}
</style>
border-color css
<style>
span { border-color: #705833; }
span { border-color: rgb(112,88,51); }
td.TdClassName
{
border-color: #705833;
}
.TagClassName
{
border-color: #705833;
}
</style>