Shades of Shingle Fawn #7D603D
Tints of Shingle Fawn #7D603D
RGB
CMYK
RGB Variations
Color information
#7D603D (or 0x7D603D) is known color: Shingle Fawn. HEX triplet: 7D, 60 and 3D. RGB value is (125,96,61). Sum of RGB (Red+Green+Blue) = 125+96+61=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D603D is #829FC2. Grayscale: #646464. Windows color (decimal): -8560579 or 4022397. OLE color: 4022397.
HSL color Cylindrical-coordinate representation of color #7D603D: hue angle of 32.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D603D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 61 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.51 |
| HSL | 32.81º | 0.34% | 0.36% | - |
| HSV(B) | 32.81º | 0.51% | 0.49% | - |
| XYZ | 13.48 | 13.06 | 6.23 | - |
| YUV | 100.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 61 | 0 | 0.23 | 0.51 | 0.51 | 32.81 | 0.34 | 0.36 |
| Hex | 7D | 60 | 3D | 0 | 17 | 33 | 33 | 21 | 22 | 24 |
| Octal | 175 | 140 | 75 | 0 | 27 | 63 | 63 | 41 | 42 | 44 |
| Binary | 1111101 | 1100000 | 111101 | 0 | 10111 | 110011 | 110011 | 100001 | 100010 | 100100 |
Color Harmonies of #7D603D
Complementary color
Monochromatic Colors of #7D603D
Black with #7D603D
Text Example
Text Example
White with #7D603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D603D; }
p { color: rgb(125,96,61); }
H1.HeaderClassName
{
color: #7D603D;
}
.AnyTagClassName
{
color: #7D603D;
}
</style>
background-color css
<style>
a { background-color: #7D603D; }
a { background-color: rgb(125,96,61); }
div.DivClassName
{
background-color: #7D603D;
}
.BgClassName
{
background-color: #7D603D;
}
</style>
border-color css
<style>
span { border-color: #7D603D; }
span { border-color: rgb(125,96,61); }
td.TdClassName
{
border-color: #7D603D;
}
.TagClassName
{
border-color: #7D603D;
}
</style>