Shades of Shingle Fawn #755E3B
Tints of Shingle Fawn #755E3B
RGB
CMYK
RGB Variations
Color information
#755E3B (or 0x755E3B) is known color: Shingle Fawn. HEX triplet: 75, 5E and 3B. RGB value is (117,94,59). Sum of RGB (Red+Green+Blue) = 117+94+59=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E3B is #8AA1C4. Grayscale: #616161. Windows color (decimal): -9085381 or 3890805. OLE color: 3890805.
HSL color Cylindrical-coordinate representation of color #755E3B: hue angle of 36.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755E3B is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 59 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.54 |
| HSL | 36.21º | 0.33% | 0.35% | - |
| HSV(B) | 36.21º | 0.5% | 0.46% | - |
| XYZ | 12.13 | 12.1 | 5.83 | - |
| YUV | 96.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 59 | 0 | 0.20 | 0.50 | 0.54 | 36.21 | 0.33 | 0.35 |
| Hex | 75 | 5E | 3B | 0 | 14 | 32 | 36 | 24 | 21 | 23 |
| Octal | 165 | 136 | 73 | 0 | 24 | 62 | 66 | 44 | 41 | 43 |
| Binary | 1110101 | 1011110 | 111011 | 0 | 10100 | 110010 | 110110 | 100100 | 100001 | 100011 |
Color Harmonies of #755E3B
Complementary color
Monochromatic Colors of #755E3B
Black with #755E3B
Text Example
Text Example
White with #755E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E3B; }
p { color: rgb(117,94,59); }
H1.HeaderClassName
{
color: #755E3B;
}
.AnyTagClassName
{
color: #755E3B;
}
</style>
background-color css
<style>
a { background-color: #755E3B; }
a { background-color: rgb(117,94,59); }
div.DivClassName
{
background-color: #755E3B;
}
.BgClassName
{
background-color: #755E3B;
}
</style>
border-color css
<style>
span { border-color: #755E3B; }
span { border-color: rgb(117,94,59); }
td.TdClassName
{
border-color: #755E3B;
}
.TagClassName
{
border-color: #755E3B;
}
</style>