Shades of Shingle Fawn #705433
Tints of Shingle Fawn #705433
RGB
CMYK
RGB Variations
Color information
#705433 (or 0x705433) is known color: Shingle Fawn. HEX triplet: 70, 54 and 33. RGB value is (112,84,51). Sum of RGB (Red+Green+Blue) = 112+84+51=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #705433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705433 is #8FABCC. Grayscale: #585858. Windows color (decimal): -9415629 or 3363952. OLE color: 3363952.
HSL color Cylindrical-coordinate representation of color #705433: hue angle of 32.46º 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 #705433 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 51 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.56 |
| HSL | 32.46º | 0.37% | 0.32% | - |
| HSV(B) | 32.46º | 0.54% | 0.44% | - |
| XYZ | 10.45 | 10.02 | 4.52 | - |
| YUV | 88.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 51 | 0 | 0.25 | 0.54 | 0.56 | 32.46 | 0.37 | 0.32 |
| Hex | 70 | 54 | 33 | 0 | 19 | 36 | 38 | 20 | 25 | 20 |
| Octal | 160 | 124 | 63 | 0 | 31 | 66 | 70 | 40 | 45 | 40 |
| Binary | 1110000 | 1010100 | 110011 | 0 | 11001 | 110110 | 111000 | 100000 | 100101 | 100000 |
Color Harmonies of #705433
Complementary color
Monochromatic Colors of #705433
Black with #705433
Text Example
Text Example
White with #705433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705433; }
p { color: rgb(112,84,51); }
H1.HeaderClassName
{
color: #705433;
}
.AnyTagClassName
{
color: #705433;
}
</style>
background-color css
<style>
a { background-color: #705433; }
a { background-color: rgb(112,84,51); }
div.DivClassName
{
background-color: #705433;
}
.BgClassName
{
background-color: #705433;
}
</style>
border-color css
<style>
span { border-color: #705433; }
span { border-color: rgb(112,84,51); }
td.TdClassName
{
border-color: #705433;
}
.TagClassName
{
border-color: #705433;
}
</style>