Shades of Shingle Fawn #75593C
Tints of Shingle Fawn #75593C
RGB
CMYK
RGB Variations
Color information
#75593C (or 0x75593C) is known color: Shingle Fawn. HEX triplet: 75, 59 and 3C. RGB value is (117,89,60). Sum of RGB (Red+Green+Blue) = 117+89+60=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75593C is #8AA6C3. Grayscale: #5E5E5E. Windows color (decimal): -9086660 or 3955061. OLE color: 3955061.
HSL color Cylindrical-coordinate representation of color #75593C: hue angle of 30.53º 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 #75593C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 60 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.54 |
| HSL | 30.53º | 0.32% | 0.35% | - |
| HSV(B) | 30.53º | 0.49% | 0.46% | - |
| XYZ | 11.72 | 11.25 | 5.83 | - |
| YUV | 94.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 60 | 0 | 0.24 | 0.49 | 0.54 | 30.53 | 0.32 | 0.35 |
| Hex | 75 | 59 | 3C | 0 | 18 | 31 | 36 | 1F | 20 | 23 |
| Octal | 165 | 131 | 74 | 0 | 30 | 61 | 66 | 37 | 40 | 43 |
| Binary | 1110101 | 1011001 | 111100 | 0 | 11000 | 110001 | 110110 | 11111 | 100000 | 100011 |
Color Harmonies of #75593C
Complementary color
Monochromatic Colors of #75593C
Black with #75593C
Text Example
Text Example
White with #75593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75593C; }
p { color: rgb(117,89,60); }
H1.HeaderClassName
{
color: #75593C;
}
.AnyTagClassName
{
color: #75593C;
}
</style>
background-color css
<style>
a { background-color: #75593C; }
a { background-color: rgb(117,89,60); }
div.DivClassName
{
background-color: #75593C;
}
.BgClassName
{
background-color: #75593C;
}
</style>
border-color css
<style>
span { border-color: #75593C; }
span { border-color: rgb(117,89,60); }
td.TdClassName
{
border-color: #75593C;
}
.TagClassName
{
border-color: #75593C;
}
</style>