Shades of Shingle Fawn #75522C
Tints of Shingle Fawn #75522C
RGB
CMYK
RGB Variations
Color information
#75522C (or 0x75522C) is known color: Shingle Fawn. HEX triplet: 75, 52 and 2C. RGB value is (117,82,44). Sum of RGB (Red+Green+Blue) = 117+82+44=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75522C is #8AADD3. Grayscale: #585858. Windows color (decimal): -9088468 or 2904693. OLE color: 2904693.
HSL color Cylindrical-coordinate representation of color #75522C: hue angle of 31.23º degrees, saturation: 0.45, 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 #75522C is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 44 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.54 |
| HSL | 31.23º | 0.45% | 0.32% | - |
| HSV(B) | 31.23º | 0.62% | 0.46% | - |
| XYZ | 10.81 | 10 | 3.74 | - |
| YUV | 88.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 44 | 0 | 0.30 | 0.62 | 0.54 | 31.23 | 0.45 | 0.32 |
| Hex | 75 | 52 | 2C | 0 | 1E | 3E | 36 | 1F | 2D | 20 |
| Octal | 165 | 122 | 54 | 0 | 36 | 76 | 66 | 37 | 55 | 40 |
| Binary | 1110101 | 1010010 | 101100 | 0 | 11110 | 111110 | 110110 | 11111 | 101101 | 100000 |
Color Harmonies of #75522C
Complementary color
Monochromatic Colors of #75522C
Black with #75522C
Text Example
Text Example
White with #75522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75522C; }
p { color: rgb(117,82,44); }
H1.HeaderClassName
{
color: #75522C;
}
.AnyTagClassName
{
color: #75522C;
}
</style>
background-color css
<style>
a { background-color: #75522C; }
a { background-color: rgb(117,82,44); }
div.DivClassName
{
background-color: #75522C;
}
.BgClassName
{
background-color: #75522C;
}
</style>
border-color css
<style>
span { border-color: #75522C; }
span { border-color: rgb(117,82,44); }
td.TdClassName
{
border-color: #75522C;
}
.TagClassName
{
border-color: #75522C;
}
</style>