Shades of Shingle Fawn #75552D
Tints of Shingle Fawn #75552D
RGB
CMYK
RGB Variations
Color information
#75552D (or 0x75552D) is known color: Shingle Fawn. HEX triplet: 75, 55 and 2D. RGB value is (117,85,45). Sum of RGB (Red+Green+Blue) = 117+85+45=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75552D is #8AAAD2. Grayscale: #5A5A5A. Windows color (decimal): -9087699 or 2970997. OLE color: 2970997.
HSL color Cylindrical-coordinate representation of color #75552D: hue angle of 33.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75552D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 45 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.54 |
| HSL | 33.33º | 0.44% | 0.32% | - |
| HSV(B) | 33.33º | 0.62% | 0.46% | - |
| XYZ | 11.06 | 10.47 | 3.92 | - |
| YUV | 90.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 45 | 0 | 0.27 | 0.62 | 0.54 | 33.33 | 0.44 | 0.32 |
| Hex | 75 | 55 | 2D | 0 | 1B | 3E | 36 | 21 | 2C | 20 |
| Octal | 165 | 125 | 55 | 0 | 33 | 76 | 66 | 41 | 54 | 40 |
| Binary | 1110101 | 1010101 | 101101 | 0 | 11011 | 111110 | 110110 | 100001 | 101100 | 100000 |
Color Harmonies of #75552D
Complementary color
Monochromatic Colors of #75552D
Black with #75552D
Text Example
Text Example
White with #75552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75552D; }
p { color: rgb(117,85,45); }
H1.HeaderClassName
{
color: #75552D;
}
.AnyTagClassName
{
color: #75552D;
}
</style>
background-color css
<style>
a { background-color: #75552D; }
a { background-color: rgb(117,85,45); }
div.DivClassName
{
background-color: #75552D;
}
.BgClassName
{
background-color: #75552D;
}
</style>
border-color css
<style>
span { border-color: #75552D; }
span { border-color: rgb(117,85,45); }
td.TdClassName
{
border-color: #75552D;
}
.TagClassName
{
border-color: #75552D;
}
</style>