Shades of Shingle Fawn #765D33
Tints of Shingle Fawn #765D33
RGB
CMYK
RGB Variations
Color information
#765D33 (or 0x765D33) is known color: Shingle Fawn. HEX triplet: 76, 5D and 33. RGB value is (118,93,51). Sum of RGB (Red+Green+Blue) = 118+93+51=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #765D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D33 is #89A2CC. Grayscale: #5F5F5F. Windows color (decimal): -9020109 or 3366262. OLE color: 3366262.
HSL color Cylindrical-coordinate representation of color #765D33: hue angle of 37.61º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765D33 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 51 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.54 |
| HSL | 37.61º | 0.4% | 0.33% | - |
| HSV(B) | 37.61º | 0.57% | 0.46% | - |
| XYZ | 11.98 | 11.92 | 4.8 | - |
| YUV | 95.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 51 | 0 | 0.21 | 0.57 | 0.54 | 37.61 | 0.4 | 0.33 |
| Hex | 76 | 5D | 33 | 0 | 15 | 39 | 36 | 26 | 28 | 21 |
| Octal | 166 | 135 | 63 | 0 | 25 | 71 | 66 | 46 | 50 | 41 |
| Binary | 1110110 | 1011101 | 110011 | 0 | 10101 | 111001 | 110110 | 100110 | 101000 | 100001 |
Color Harmonies of #765D33
Complementary color
Monochromatic Colors of #765D33
Black with #765D33
Text Example
Text Example
White with #765D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D33; }
p { color: rgb(118,93,51); }
H1.HeaderClassName
{
color: #765D33;
}
.AnyTagClassName
{
color: #765D33;
}
</style>
background-color css
<style>
a { background-color: #765D33; }
a { background-color: rgb(118,93,51); }
div.DivClassName
{
background-color: #765D33;
}
.BgClassName
{
background-color: #765D33;
}
</style>
border-color css
<style>
span { border-color: #765D33; }
span { border-color: rgb(118,93,51); }
td.TdClassName
{
border-color: #765D33;
}
.TagClassName
{
border-color: #765D33;
}
</style>