Shades of Shingle Fawn #705A38
Tints of Shingle Fawn #705A38
RGB
CMYK
RGB Variations
Color information
#705A38 (or 0x705A38) is known color: Shingle Fawn. HEX triplet: 70, 5A and 38. RGB value is (112,90,56). Sum of RGB (Red+Green+Blue) = 112+90+56=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A38 is #8FA5C7. Grayscale: #5C5C5C. Windows color (decimal): -9414088 or 3693168. OLE color: 3693168.
HSL color Cylindrical-coordinate representation of color #705A38: hue angle of 36.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705A38 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 56 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.56 |
| HSL | 36.43º | 0.33% | 0.33% | - |
| HSV(B) | 36.43º | 0.5% | 0.44% | - |
| XYZ | 11.05 | 11.04 | 5.29 | - |
| YUV | 92.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 56 | 0 | 0.20 | 0.50 | 0.56 | 36.43 | 0.33 | 0.33 |
| Hex | 70 | 5A | 38 | 0 | 14 | 32 | 38 | 24 | 21 | 21 |
| Octal | 160 | 132 | 70 | 0 | 24 | 62 | 70 | 44 | 41 | 41 |
| Binary | 1110000 | 1011010 | 111000 | 0 | 10100 | 110010 | 111000 | 100100 | 100001 | 100001 |
Color Harmonies of #705A38
Complementary color
Monochromatic Colors of #705A38
Black with #705A38
Text Example
Text Example
White with #705A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A38; }
p { color: rgb(112,90,56); }
H1.HeaderClassName
{
color: #705A38;
}
.AnyTagClassName
{
color: #705A38;
}
</style>
background-color css
<style>
a { background-color: #705A38; }
a { background-color: rgb(112,90,56); }
div.DivClassName
{
background-color: #705A38;
}
.BgClassName
{
background-color: #705A38;
}
</style>
border-color css
<style>
span { border-color: #705A38; }
span { border-color: rgb(112,90,56); }
td.TdClassName
{
border-color: #705A38;
}
.TagClassName
{
border-color: #705A38;
}
</style>