Shades of Shingle Fawn #755E3C
Tints of Shingle Fawn #755E3C
RGB
CMYK
RGB Variations
Color information
#755E3C (or 0x755E3C) is known color: Shingle Fawn. HEX triplet: 75, 5E and 3C. RGB value is (117,94,60). Sum of RGB (Red+Green+Blue) = 117+94+60=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E3C is #8AA1C3. Grayscale: #616161. Windows color (decimal): -9085380 or 3956341. OLE color: 3956341.
HSL color Cylindrical-coordinate representation of color #755E3C: hue angle of 35.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755E3C is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 60 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.54 |
| HSL | 35.79º | 0.32% | 0.35% | - |
| HSV(B) | 35.79º | 0.49% | 0.46% | - |
| XYZ | 12.15 | 12.11 | 5.97 | - |
| YUV | 97 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 60 | 0 | 0.20 | 0.49 | 0.54 | 35.79 | 0.32 | 0.35 |
| Hex | 75 | 5E | 3C | 0 | 14 | 31 | 36 | 24 | 20 | 23 |
| Octal | 165 | 136 | 74 | 0 | 24 | 61 | 66 | 44 | 40 | 43 |
| Binary | 1110101 | 1011110 | 111100 | 0 | 10100 | 110001 | 110110 | 100100 | 100000 | 100011 |
Color Harmonies of #755E3C
Complementary color
Monochromatic Colors of #755E3C
Black with #755E3C
Text Example
Text Example
White with #755E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E3C; }
p { color: rgb(117,94,60); }
H1.HeaderClassName
{
color: #755E3C;
}
.AnyTagClassName
{
color: #755E3C;
}
</style>
background-color css
<style>
a { background-color: #755E3C; }
a { background-color: rgb(117,94,60); }
div.DivClassName
{
background-color: #755E3C;
}
.BgClassName
{
background-color: #755E3C;
}
</style>
border-color css
<style>
span { border-color: #755E3C; }
span { border-color: rgb(117,94,60); }
td.TdClassName
{
border-color: #755E3C;
}
.TagClassName
{
border-color: #755E3C;
}
</style>