Shades of Shingle Fawn #755C38
Tints of Shingle Fawn #755C38
RGB
CMYK
RGB Variations
Color information
#755C38 (or 0x755C38) is known color: Shingle Fawn. HEX triplet: 75, 5C and 38. RGB value is (117,92,56). Sum of RGB (Red+Green+Blue) = 117+92+56=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #755C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C38 is #8AA3C7. Grayscale: #5F5F5F. Windows color (decimal): -9085896 or 3693685. OLE color: 3693685.
HSL color Cylindrical-coordinate representation of color #755C38: hue angle of 35.41º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755C38 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 56 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.54 |
| HSL | 35.41º | 0.35% | 0.34% | - |
| HSV(B) | 35.41º | 0.52% | 0.46% | - |
| XYZ | 11.88 | 11.72 | 5.38 | - |
| YUV | 95.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 56 | 0 | 0.21 | 0.52 | 0.54 | 35.41 | 0.35 | 0.34 |
| Hex | 75 | 5C | 38 | 0 | 15 | 34 | 36 | 23 | 23 | 22 |
| Octal | 165 | 134 | 70 | 0 | 25 | 64 | 66 | 43 | 43 | 42 |
| Binary | 1110101 | 1011100 | 111000 | 0 | 10101 | 110100 | 110110 | 100011 | 100011 | 100010 |
Color Harmonies of #755C38
Complementary color
Monochromatic Colors of #755C38
Black with #755C38
Text Example
Text Example
White with #755C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C38; }
p { color: rgb(117,92,56); }
H1.HeaderClassName
{
color: #755C38;
}
.AnyTagClassName
{
color: #755C38;
}
</style>
background-color css
<style>
a { background-color: #755C38; }
a { background-color: rgb(117,92,56); }
div.DivClassName
{
background-color: #755C38;
}
.BgClassName
{
background-color: #755C38;
}
</style>
border-color css
<style>
span { border-color: #755C38; }
span { border-color: rgb(117,92,56); }
td.TdClassName
{
border-color: #755C38;
}
.TagClassName
{
border-color: #755C38;
}
</style>