Shades of Shingle Fawn #71583C
Tints of Shingle Fawn #71583C
RGB
CMYK
RGB Variations
Color information
#71583C (or 0x71583C) is known color: Shingle Fawn. HEX triplet: 71, 58 and 3C. RGB value is (113,88,60). Sum of RGB (Red+Green+Blue) = 113+88+60=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71583C is #8EA7C3. Grayscale: #5C5C5C. Windows color (decimal): -9349060 or 3954801. OLE color: 3954801.
HSL color Cylindrical-coordinate representation of color #71583C: hue angle of 31.7º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71583C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 88 | 60 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.56 |
| HSL | 31.7º | 0.31% | 0.34% | - |
| HSV(B) | 31.7º | 0.47% | 0.44% | - |
| XYZ | 11.12 | 10.82 | 5.78 | - |
| YUV | 92.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 60 | 0 | 0.22 | 0.47 | 0.56 | 31.7 | 0.31 | 0.34 |
| Hex | 71 | 58 | 3C | 0 | 16 | 2F | 38 | 20 | 1F | 22 |
| Octal | 161 | 130 | 74 | 0 | 26 | 57 | 70 | 40 | 37 | 42 |
| Binary | 1110001 | 1011000 | 111100 | 0 | 10110 | 101111 | 111000 | 100000 | 11111 | 100010 |
Color Harmonies of #71583C
Complementary color
Monochromatic Colors of #71583C
Black with #71583C
Text Example
Text Example
White with #71583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71583C; }
p { color: rgb(113,88,60); }
H1.HeaderClassName
{
color: #71583C;
}
.AnyTagClassName
{
color: #71583C;
}
</style>
background-color css
<style>
a { background-color: #71583C; }
a { background-color: rgb(113,88,60); }
div.DivClassName
{
background-color: #71583C;
}
.BgClassName
{
background-color: #71583C;
}
</style>
border-color css
<style>
span { border-color: #71583C; }
span { border-color: rgb(113,88,60); }
td.TdClassName
{
border-color: #71583C;
}
.TagClassName
{
border-color: #71583C;
}
</style>