Shades of Shingle Fawn #795D3B
Tints of Shingle Fawn #795D3B
RGB
CMYK
RGB Variations
Color information
#795D3B (or 0x795D3B) is known color: Shingle Fawn. HEX triplet: 79, 5D and 3B. RGB value is (121,93,59). Sum of RGB (Red+Green+Blue) = 121+93+59=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #795D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D3B is #86A2C4. Grayscale: #616161. Windows color (decimal): -8823493 or 3890553. OLE color: 3890553.
HSL color Cylindrical-coordinate representation of color #795D3B: hue angle of 32.9º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #795D3B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 59 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.53 |
| HSL | 32.9º | 0.34% | 0.35% | - |
| HSV(B) | 32.9º | 0.51% | 0.47% | - |
| XYZ | 12.59 | 12.21 | 5.83 | - |
| YUV | 97.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 59 | 0 | 0.23 | 0.51 | 0.53 | 32.9 | 0.34 | 0.35 |
| Hex | 79 | 5D | 3B | 0 | 17 | 33 | 35 | 21 | 22 | 23 |
| Octal | 171 | 135 | 73 | 0 | 27 | 63 | 65 | 41 | 42 | 43 |
| Binary | 1111001 | 1011101 | 111011 | 0 | 10111 | 110011 | 110101 | 100001 | 100010 | 100011 |
Color Harmonies of #795D3B
Complementary color
Monochromatic Colors of #795D3B
Black with #795D3B
Text Example
Text Example
White with #795D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D3B; }
p { color: rgb(121,93,59); }
H1.HeaderClassName
{
color: #795D3B;
}
.AnyTagClassName
{
color: #795D3B;
}
</style>
background-color css
<style>
a { background-color: #795D3B; }
a { background-color: rgb(121,93,59); }
div.DivClassName
{
background-color: #795D3B;
}
.BgClassName
{
background-color: #795D3B;
}
</style>
border-color css
<style>
span { border-color: #795D3B; }
span { border-color: rgb(121,93,59); }
td.TdClassName
{
border-color: #795D3B;
}
.TagClassName
{
border-color: #795D3B;
}
</style>