Shades of Shingle Fawn #76532F
Tints of Shingle Fawn #76532F
RGB
CMYK
RGB Variations
Color information
#76532F (or 0x76532F) is known color: Shingle Fawn. HEX triplet: 76, 53 and 2F. RGB value is (118,83,47). Sum of RGB (Red+Green+Blue) = 118+83+47=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76532F is #89ACD0. Grayscale: #595959. Windows color (decimal): -9022673 or 3101558. OLE color: 3101558.
HSL color Cylindrical-coordinate representation of color #76532F: hue angle of 30.42º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76532F is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 47 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.54 |
| HSL | 30.42º | 0.43% | 0.32% | - |
| HSV(B) | 30.42º | 0.6% | 0.46% | - |
| XYZ | 11.08 | 10.24 | 4.08 | - |
| YUV | 89.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 47 | 0 | 0.30 | 0.60 | 0.54 | 30.42 | 0.43 | 0.32 |
| Hex | 76 | 53 | 2F | 0 | 1E | 3C | 36 | 1E | 2B | 20 |
| Octal | 166 | 123 | 57 | 0 | 36 | 74 | 66 | 36 | 53 | 40 |
| Binary | 1110110 | 1010011 | 101111 | 0 | 11110 | 111100 | 110110 | 11110 | 101011 | 100000 |
Color Harmonies of #76532F
Complementary color
Monochromatic Colors of #76532F
Black with #76532F
Text Example
Text Example
White with #76532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76532F; }
p { color: rgb(118,83,47); }
H1.HeaderClassName
{
color: #76532F;
}
.AnyTagClassName
{
color: #76532F;
}
</style>
background-color css
<style>
a { background-color: #76532F; }
a { background-color: rgb(118,83,47); }
div.DivClassName
{
background-color: #76532F;
}
.BgClassName
{
background-color: #76532F;
}
</style>
border-color css
<style>
span { border-color: #76532F; }
span { border-color: rgb(118,83,47); }
td.TdClassName
{
border-color: #76532F;
}
.TagClassName
{
border-color: #76532F;
}
</style>