Shades of Shingle Fawn #765232
Tints of Shingle Fawn #765232
RGB
CMYK
RGB Variations
Color information
#765232 (or 0x765232) is known color: Shingle Fawn. HEX triplet: 76, 52 and 32. RGB value is (118,82,50). Sum of RGB (Red+Green+Blue) = 118+82+50=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #765232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765232 is #89ADCD. Grayscale: #595959. Windows color (decimal): -9022926 or 3297910. OLE color: 3297910.
HSL color Cylindrical-coordinate representation of color #765232: hue angle of 28.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765232 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 50 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.54 |
| HSL | 28.24º | 0.4% | 0.33% | - |
| HSV(B) | 28.24º | 0.58% | 0.46% | - |
| XYZ | 11.06 | 10.12 | 4.39 | - |
| YUV | 89.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 50 | 0 | 0.31 | 0.58 | 0.54 | 28.24 | 0.4 | 0.33 |
| Hex | 76 | 52 | 32 | 0 | 1F | 3A | 36 | 1C | 28 | 21 |
| Octal | 166 | 122 | 62 | 0 | 37 | 72 | 66 | 34 | 50 | 41 |
| Binary | 1110110 | 1010010 | 110010 | 0 | 11111 | 111010 | 110110 | 11100 | 101000 | 100001 |
Color Harmonies of #765232
Complementary color
Monochromatic Colors of #765232
Black with #765232
Text Example
Text Example
White with #765232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765232; }
p { color: rgb(118,82,50); }
H1.HeaderClassName
{
color: #765232;
}
.AnyTagClassName
{
color: #765232;
}
</style>
background-color css
<style>
a { background-color: #765232; }
a { background-color: rgb(118,82,50); }
div.DivClassName
{
background-color: #765232;
}
.BgClassName
{
background-color: #765232;
}
</style>
border-color css
<style>
span { border-color: #765232; }
span { border-color: rgb(118,82,50); }
td.TdClassName
{
border-color: #765232;
}
.TagClassName
{
border-color: #765232;
}
</style>