Shades of Shingle Fawn #755A31
Tints of Shingle Fawn #755A31
RGB
CMYK
RGB Variations
Color information
#755A31 (or 0x755A31) is known color: Shingle Fawn. HEX triplet: 75, 5A and 31. RGB value is (117,90,49). Sum of RGB (Red+Green+Blue) = 117+90+49=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A31 is #8AA5CE. Grayscale: #5D5D5D. Windows color (decimal): -9086415 or 3234421. OLE color: 3234421.
HSL color Cylindrical-coordinate representation of color #755A31: hue angle of 36.18º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755A31 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 49 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.54 |
| HSL | 36.18º | 0.41% | 0.33% | - |
| HSV(B) | 36.18º | 0.58% | 0.46% | - |
| XYZ | 11.55 | 11.32 | 4.48 | - |
| YUV | 93.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 49 | 0 | 0.23 | 0.58 | 0.54 | 36.18 | 0.41 | 0.33 |
| Hex | 75 | 5A | 31 | 0 | 17 | 3A | 36 | 24 | 29 | 21 |
| Octal | 165 | 132 | 61 | 0 | 27 | 72 | 66 | 44 | 51 | 41 |
| Binary | 1110101 | 1011010 | 110001 | 0 | 10111 | 111010 | 110110 | 100100 | 101001 | 100001 |
Color Harmonies of #755A31
Complementary color
Monochromatic Colors of #755A31
Black with #755A31
Text Example
Text Example
White with #755A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A31; }
p { color: rgb(117,90,49); }
H1.HeaderClassName
{
color: #755A31;
}
.AnyTagClassName
{
color: #755A31;
}
</style>
background-color css
<style>
a { background-color: #755A31; }
a { background-color: rgb(117,90,49); }
div.DivClassName
{
background-color: #755A31;
}
.BgClassName
{
background-color: #755A31;
}
</style>
border-color css
<style>
span { border-color: #755A31; }
span { border-color: rgb(117,90,49); }
td.TdClassName
{
border-color: #755A31;
}
.TagClassName
{
border-color: #755A31;
}
</style>