Shades of Shingle Fawn #71593D
Tints of Shingle Fawn #71593D
RGB
CMYK
RGB Variations
Color information
#71593D (or 0x71593D) is known color: Shingle Fawn. HEX triplet: 71, 59 and 3D. RGB value is (113,89,61). Sum of RGB (Red+Green+Blue) = 113+89+61=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71593D is #8EA6C2. Grayscale: #5D5D5D. Windows color (decimal): -9348803 or 4020593. OLE color: 4020593.
HSL color Cylindrical-coordinate representation of color #71593D: hue angle of 32.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71593D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 89 | 61 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.56 |
| HSL | 32.31º | 0.3% | 0.34% | - |
| HSV(B) | 32.31º | 0.46% | 0.44% | - |
| XYZ | 11.22 | 10.99 | 5.95 | - |
| YUV | 92.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 89 | 61 | 0 | 0.21 | 0.46 | 0.56 | 32.31 | 0.3 | 0.34 |
| Hex | 71 | 59 | 3D | 0 | 15 | 2E | 38 | 20 | 1E | 22 |
| Octal | 161 | 131 | 75 | 0 | 25 | 56 | 70 | 40 | 36 | 42 |
| Binary | 1110001 | 1011001 | 111101 | 0 | 10101 | 101110 | 111000 | 100000 | 11110 | 100010 |
Color Harmonies of #71593D
Complementary color
Monochromatic Colors of #71593D
Black with #71593D
Text Example
Text Example
White with #71593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71593D; }
p { color: rgb(113,89,61); }
H1.HeaderClassName
{
color: #71593D;
}
.AnyTagClassName
{
color: #71593D;
}
</style>
background-color css
<style>
a { background-color: #71593D; }
a { background-color: rgb(113,89,61); }
div.DivClassName
{
background-color: #71593D;
}
.BgClassName
{
background-color: #71593D;
}
</style>
border-color css
<style>
span { border-color: #71593D; }
span { border-color: rgb(113,89,61); }
td.TdClassName
{
border-color: #71593D;
}
.TagClassName
{
border-color: #71593D;
}
</style>