Shades of Shingle Fawn #775D33
Tints of Shingle Fawn #775D33
RGB
CMYK
RGB Variations
Color information
#775D33 (or 0x775D33) is known color: Shingle Fawn. HEX triplet: 77, 5D and 33. RGB value is (119,93,51). Sum of RGB (Red+Green+Blue) = 119+93+51=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #775D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D33 is #88A2CC. Grayscale: #606060. Windows color (decimal): -8954573 or 3366263. OLE color: 3366263.
HSL color Cylindrical-coordinate representation of color #775D33: hue angle of 37.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775D33 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 51 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.53 |
| HSL | 37.06º | 0.4% | 0.33% | - |
| HSV(B) | 37.06º | 0.57% | 0.47% | - |
| XYZ | 12.12 | 11.99 | 4.81 | - |
| YUV | 95.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 51 | 0 | 0.22 | 0.57 | 0.53 | 37.06 | 0.4 | 0.33 |
| Hex | 77 | 5D | 33 | 0 | 16 | 39 | 35 | 25 | 28 | 21 |
| Octal | 167 | 135 | 63 | 0 | 26 | 71 | 65 | 45 | 50 | 41 |
| Binary | 1110111 | 1011101 | 110011 | 0 | 10110 | 111001 | 110101 | 100101 | 101000 | 100001 |
Color Harmonies of #775D33
Complementary color
Monochromatic Colors of #775D33
Black with #775D33
Text Example
Text Example
White with #775D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D33; }
p { color: rgb(119,93,51); }
H1.HeaderClassName
{
color: #775D33;
}
.AnyTagClassName
{
color: #775D33;
}
</style>
background-color css
<style>
a { background-color: #775D33; }
a { background-color: rgb(119,93,51); }
div.DivClassName
{
background-color: #775D33;
}
.BgClassName
{
background-color: #775D33;
}
</style>
border-color css
<style>
span { border-color: #775D33; }
span { border-color: rgb(119,93,51); }
td.TdClassName
{
border-color: #775D33;
}
.TagClassName
{
border-color: #775D33;
}
</style>