Shades of Shingle Fawn #795D33
Tints of Shingle Fawn #795D33
RGB
CMYK
RGB Variations
Color information
#795D33 (or 0x795D33) is known color: Shingle Fawn. HEX triplet: 79, 5D and 33. RGB value is (121,93,51). Sum of RGB (Red+Green+Blue) = 121+93+51=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #795D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D33 is #86A2CC. Grayscale: #606060. Windows color (decimal): -8823501 or 3366265. OLE color: 3366265.
HSL color Cylindrical-coordinate representation of color #795D33: hue angle of 36º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795D33 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 51 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.53 |
| HSL | 36º | 0.41% | 0.34% | - |
| HSV(B) | 36º | 0.58% | 0.47% | - |
| XYZ | 12.4 | 12.13 | 4.82 | - |
| YUV | 96.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 51 | 0 | 0.23 | 0.58 | 0.53 | 36 | 0.41 | 0.34 |
| Hex | 79 | 5D | 33 | 0 | 17 | 3A | 35 | 24 | 29 | 22 |
| Octal | 171 | 135 | 63 | 0 | 27 | 72 | 65 | 44 | 51 | 42 |
| Binary | 1111001 | 1011101 | 110011 | 0 | 10111 | 111010 | 110101 | 100100 | 101001 | 100010 |
Color Harmonies of #795D33
Complementary color
Monochromatic Colors of #795D33
Black with #795D33
Text Example
Text Example
White with #795D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D33; }
p { color: rgb(121,93,51); }
H1.HeaderClassName
{
color: #795D33;
}
.AnyTagClassName
{
color: #795D33;
}
</style>
background-color css
<style>
a { background-color: #795D33; }
a { background-color: rgb(121,93,51); }
div.DivClassName
{
background-color: #795D33;
}
.BgClassName
{
background-color: #795D33;
}
</style>
border-color css
<style>
span { border-color: #795D33; }
span { border-color: rgb(121,93,51); }
td.TdClassName
{
border-color: #795D33;
}
.TagClassName
{
border-color: #795D33;
}
</style>