Shades of Shingle Fawn #76532D
Tints of Shingle Fawn #76532D
RGB
CMYK
RGB Variations
Color information
#76532D (or 0x76532D) is known color: Shingle Fawn. HEX triplet: 76, 53 and 2D. RGB value is (118,83,45). Sum of RGB (Red+Green+Blue) = 118+83+45=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76532D is #89ACD2. Grayscale: #595959. Windows color (decimal): -9022675 or 2970486. OLE color: 2970486.
HSL color Cylindrical-coordinate representation of color #76532D: 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 #76532D is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 45 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.54 |
| HSL | 31.23º | 0.45% | 0.32% | - |
| HSV(B) | 31.23º | 0.62% | 0.46% | - |
| XYZ | 11.04 | 10.23 | 3.87 | - |
| YUV | 89.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 45 | 0 | 0.30 | 0.62 | 0.54 | 31.23 | 0.45 | 0.32 |
| Hex | 76 | 53 | 2D | 0 | 1E | 3E | 36 | 1F | 2D | 20 |
| Octal | 166 | 123 | 55 | 0 | 36 | 76 | 66 | 37 | 55 | 40 |
| Binary | 1110110 | 1010011 | 101101 | 0 | 11110 | 111110 | 110110 | 11111 | 101101 | 100000 |
Color Harmonies of #76532D
Complementary color
Monochromatic Colors of #76532D
Black with #76532D
Text Example
Text Example
White with #76532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76532D; }
p { color: rgb(118,83,45); }
H1.HeaderClassName
{
color: #76532D;
}
.AnyTagClassName
{
color: #76532D;
}
</style>
background-color css
<style>
a { background-color: #76532D; }
a { background-color: rgb(118,83,45); }
div.DivClassName
{
background-color: #76532D;
}
.BgClassName
{
background-color: #76532D;
}
</style>
border-color css
<style>
span { border-color: #76532D; }
span { border-color: rgb(118,83,45); }
td.TdClassName
{
border-color: #76532D;
}
.TagClassName
{
border-color: #76532D;
}
</style>