Shades of Shingle Fawn #7D5733
Tints of Shingle Fawn #7D5733
RGB
CMYK
RGB Variations
Color information
#7D5733 (or 0x7D5733) is known color: Shingle Fawn. HEX triplet: 7D, 57 and 33. RGB value is (125,87,51). Sum of RGB (Red+Green+Blue) = 125+87+51=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5733 is #82A8CC. Grayscale: #5E5E5E. Windows color (decimal): -8562893 or 3364733. OLE color: 3364733.
HSL color Cylindrical-coordinate representation of color #7D5733: hue angle of 29.19º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D5733 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 51 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.51 |
| HSL | 29.19º | 0.42% | 0.35% | - |
| HSV(B) | 29.19º | 0.59% | 0.49% | - |
| XYZ | 12.46 | 11.42 | 4.68 | - |
| YUV | 94.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 51 | 0 | 0.30 | 0.59 | 0.51 | 29.19 | 0.42 | 0.35 |
| Hex | 7D | 57 | 33 | 0 | 1E | 3B | 33 | 1D | 2A | 23 |
| Octal | 175 | 127 | 63 | 0 | 36 | 73 | 63 | 35 | 52 | 43 |
| Binary | 1111101 | 1010111 | 110011 | 0 | 11110 | 111011 | 110011 | 11101 | 101010 | 100011 |
Color Harmonies of #7D5733
Complementary color
Monochromatic Colors of #7D5733
Black with #7D5733
Text Example
Text Example
White with #7D5733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5733; }
p { color: rgb(125,87,51); }
H1.HeaderClassName
{
color: #7D5733;
}
.AnyTagClassName
{
color: #7D5733;
}
</style>
background-color css
<style>
a { background-color: #7D5733; }
a { background-color: rgb(125,87,51); }
div.DivClassName
{
background-color: #7D5733;
}
.BgClassName
{
background-color: #7D5733;
}
</style>
border-color css
<style>
span { border-color: #7D5733; }
span { border-color: rgb(125,87,51); }
td.TdClassName
{
border-color: #7D5733;
}
.TagClassName
{
border-color: #7D5733;
}
</style>