Shades of Shingle Fawn #755B32
Tints of Shingle Fawn #755B32
RGB
CMYK
RGB Variations
Color information
#755B32 (or 0x755B32) is known color: Shingle Fawn. HEX triplet: 75, 5B and 32. RGB value is (117,91,50). Sum of RGB (Red+Green+Blue) = 117+91+50=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #755B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B32 is #8AA4CD. Grayscale: #5E5E5E. Windows color (decimal): -9086158 or 3300213. OLE color: 3300213.
HSL color Cylindrical-coordinate representation of color #755B32: hue angle of 36.72º 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 #755B32 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 50 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.54 |
| HSL | 36.72º | 0.4% | 0.33% | - |
| HSV(B) | 36.72º | 0.57% | 0.46% | - |
| XYZ | 11.65 | 11.49 | 4.62 | - |
| YUV | 94.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 50 | 0 | 0.22 | 0.57 | 0.54 | 36.72 | 0.4 | 0.33 |
| Hex | 75 | 5B | 32 | 0 | 16 | 39 | 36 | 25 | 28 | 21 |
| Octal | 165 | 133 | 62 | 0 | 26 | 71 | 66 | 45 | 50 | 41 |
| Binary | 1110101 | 1011011 | 110010 | 0 | 10110 | 111001 | 110110 | 100101 | 101000 | 100001 |
Color Harmonies of #755B32
Complementary color
Monochromatic Colors of #755B32
Black with #755B32
Text Example
Text Example
White with #755B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B32; }
p { color: rgb(117,91,50); }
H1.HeaderClassName
{
color: #755B32;
}
.AnyTagClassName
{
color: #755B32;
}
</style>
background-color css
<style>
a { background-color: #755B32; }
a { background-color: rgb(117,91,50); }
div.DivClassName
{
background-color: #755B32;
}
.BgClassName
{
background-color: #755B32;
}
</style>
border-color css
<style>
span { border-color: #755B32; }
span { border-color: rgb(117,91,50); }
td.TdClassName
{
border-color: #755B32;
}
.TagClassName
{
border-color: #755B32;
}
</style>