Shades of Shingle Fawn #7D6239
Tints of Shingle Fawn #7D6239
RGB
CMYK
RGB Variations
Color information
#7D6239 (or 0x7D6239) is known color: Shingle Fawn. HEX triplet: 7D, 62 and 39. RGB value is (125,98,57). Sum of RGB (Red+Green+Blue) = 125+98+57=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6239 is #829DC6. Grayscale: #656565. Windows color (decimal): -8560071 or 3760765. OLE color: 3760765.
HSL color Cylindrical-coordinate representation of color #7D6239: hue angle of 36.18º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6239 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 57 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.51 |
| HSL | 36.18º | 0.37% | 0.36% | - |
| HSV(B) | 36.18º | 0.54% | 0.49% | - |
| XYZ | 13.56 | 13.39 | 5.74 | - |
| YUV | 101.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 57 | 0 | 0.22 | 0.54 | 0.51 | 36.18 | 0.37 | 0.36 |
| Hex | 7D | 62 | 39 | 0 | 16 | 36 | 33 | 24 | 25 | 24 |
| Octal | 175 | 142 | 71 | 0 | 26 | 66 | 63 | 44 | 45 | 44 |
| Binary | 1111101 | 1100010 | 111001 | 0 | 10110 | 110110 | 110011 | 100100 | 100101 | 100100 |
Color Harmonies of #7D6239
Complementary color
Monochromatic Colors of #7D6239
Black with #7D6239
Text Example
Text Example
White with #7D6239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6239; }
p { color: rgb(125,98,57); }
H1.HeaderClassName
{
color: #7D6239;
}
.AnyTagClassName
{
color: #7D6239;
}
</style>
background-color css
<style>
a { background-color: #7D6239; }
a { background-color: rgb(125,98,57); }
div.DivClassName
{
background-color: #7D6239;
}
.BgClassName
{
background-color: #7D6239;
}
</style>
border-color css
<style>
span { border-color: #7D6239; }
span { border-color: rgb(125,98,57); }
td.TdClassName
{
border-color: #7D6239;
}
.TagClassName
{
border-color: #7D6239;
}
</style>