Shades of Shingle Fawn #795E3E
Tints of Shingle Fawn #795E3E
RGB
CMYK
RGB Variations
Color information
#795E3E (or 0x795E3E) is known color: Shingle Fawn. HEX triplet: 79, 5E and 3E. RGB value is (121,94,62). Sum of RGB (Red+Green+Blue) = 121+94+62=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #795E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E3E is #86A1C1. Grayscale: #626262. Windows color (decimal): -8823234 or 4087417. OLE color: 4087417.
HSL color Cylindrical-coordinate representation of color #795E3E: hue angle of 32.54º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #795E3E is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 62 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.53 |
| HSL | 32.54º | 0.32% | 0.36% | - |
| HSV(B) | 32.54º | 0.49% | 0.47% | - |
| XYZ | 12.76 | 12.42 | 6.28 | - |
| YUV | 98.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 62 | 0 | 0.22 | 0.49 | 0.53 | 32.54 | 0.32 | 0.36 |
| Hex | 79 | 5E | 3E | 0 | 16 | 31 | 35 | 21 | 20 | 24 |
| Octal | 171 | 136 | 76 | 0 | 26 | 61 | 65 | 41 | 40 | 44 |
| Binary | 1111001 | 1011110 | 111110 | 0 | 10110 | 110001 | 110101 | 100001 | 100000 | 100100 |
Color Harmonies of #795E3E
Complementary color
Monochromatic Colors of #795E3E
Black with #795E3E
Text Example
Text Example
White with #795E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E3E; }
p { color: rgb(121,94,62); }
H1.HeaderClassName
{
color: #795E3E;
}
.AnyTagClassName
{
color: #795E3E;
}
</style>
background-color css
<style>
a { background-color: #795E3E; }
a { background-color: rgb(121,94,62); }
div.DivClassName
{
background-color: #795E3E;
}
.BgClassName
{
background-color: #795E3E;
}
</style>
border-color css
<style>
span { border-color: #795E3E; }
span { border-color: rgb(121,94,62); }
td.TdClassName
{
border-color: #795E3E;
}
.TagClassName
{
border-color: #795E3E;
}
</style>