Shades of Shingle Fawn #7A5F33
Tints of Shingle Fawn #7A5F33
RGB
CMYK
RGB Variations
Color information
#7A5F33 (or 0x7A5F33) is known color: Shingle Fawn. HEX triplet: 7A, 5F and 33. RGB value is (122,95,51). Sum of RGB (Red+Green+Blue) = 122+95+51=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5F33 is #85A0CC. Grayscale: #626262. Windows color (decimal): -8757453 or 3366778. OLE color: 3366778.
HSL color Cylindrical-coordinate representation of color #7A5F33: hue angle of 37.18º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A5F33 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 51 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.52 |
| HSL | 37.18º | 0.41% | 0.34% | - |
| HSV(B) | 37.18º | 0.58% | 0.48% | - |
| XYZ | 12.72 | 12.56 | 4.89 | - |
| YUV | 98.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 51 | 0 | 0.22 | 0.58 | 0.52 | 37.18 | 0.41 | 0.34 |
| Hex | 7A | 5F | 33 | 0 | 16 | 3A | 34 | 25 | 29 | 22 |
| Octal | 172 | 137 | 63 | 0 | 26 | 72 | 64 | 45 | 51 | 42 |
| Binary | 1111010 | 1011111 | 110011 | 0 | 10110 | 111010 | 110100 | 100101 | 101001 | 100010 |
Color Harmonies of #7A5F33
Complementary color
Monochromatic Colors of #7A5F33
Black with #7A5F33
Text Example
Text Example
White with #7A5F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F33; }
p { color: rgb(122,95,51); }
H1.HeaderClassName
{
color: #7A5F33;
}
.AnyTagClassName
{
color: #7A5F33;
}
</style>
background-color css
<style>
a { background-color: #7A5F33; }
a { background-color: rgb(122,95,51); }
div.DivClassName
{
background-color: #7A5F33;
}
.BgClassName
{
background-color: #7A5F33;
}
</style>
border-color css
<style>
span { border-color: #7A5F33; }
span { border-color: rgb(122,95,51); }
td.TdClassName
{
border-color: #7A5F33;
}
.TagClassName
{
border-color: #7A5F33;
}
</style>