Shades of Shingle Fawn #7D603A
Tints of Shingle Fawn #7D603A
RGB
CMYK
RGB Variations
Color information
#7D603A (or 0x7D603A) is known color: Shingle Fawn. HEX triplet: 7D, 60 and 3A. RGB value is (125,96,58). Sum of RGB (Red+Green+Blue) = 125+96+58=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D603A is #829FC5. Grayscale: #646464. Windows color (decimal): -8560582 or 3825789. OLE color: 3825789.
HSL color Cylindrical-coordinate representation of color #7D603A: hue angle of 34.03º 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 #7D603A is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 58 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.51 |
| HSL | 34.03º | 0.37% | 0.36% | - |
| HSV(B) | 34.03º | 0.54% | 0.49% | - |
| XYZ | 13.4 | 13.03 | 5.81 | - |
| YUV | 100.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 58 | 0 | 0.23 | 0.54 | 0.51 | 34.03 | 0.37 | 0.36 |
| Hex | 7D | 60 | 3A | 0 | 17 | 36 | 33 | 22 | 25 | 24 |
| Octal | 175 | 140 | 72 | 0 | 27 | 66 | 63 | 42 | 45 | 44 |
| Binary | 1111101 | 1100000 | 111010 | 0 | 10111 | 110110 | 110011 | 100010 | 100101 | 100100 |
Color Harmonies of #7D603A
Complementary color
Monochromatic Colors of #7D603A
Black with #7D603A
Text Example
Text Example
White with #7D603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D603A; }
p { color: rgb(125,96,58); }
H1.HeaderClassName
{
color: #7D603A;
}
.AnyTagClassName
{
color: #7D603A;
}
</style>
background-color css
<style>
a { background-color: #7D603A; }
a { background-color: rgb(125,96,58); }
div.DivClassName
{
background-color: #7D603A;
}
.BgClassName
{
background-color: #7D603A;
}
</style>
border-color css
<style>
span { border-color: #7D603A; }
span { border-color: rgb(125,96,58); }
td.TdClassName
{
border-color: #7D603A;
}
.TagClassName
{
border-color: #7D603A;
}
</style>