Shades of Shingle Fawn #72522E
Tints of Shingle Fawn #72522E
RGB
CMYK
RGB Variations
Color information
#72522E (or 0x72522E) is known color: Shingle Fawn. HEX triplet: 72, 52 and 2E. RGB value is (114,82,46). Sum of RGB (Red+Green+Blue) = 114+82+46=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72522E is #8DADD1. Grayscale: #575757. Windows color (decimal): -9285074 or 3035762. OLE color: 3035762.
HSL color Cylindrical-coordinate representation of color #72522E: hue angle of 31.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72522E is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 46 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.55 |
| HSL | 31.76º | 0.43% | 0.31% | - |
| HSV(B) | 31.76º | 0.6% | 0.45% | - |
| XYZ | 10.45 | 9.81 | 3.93 | - |
| YUV | 87.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 46 | 0 | 0.28 | 0.60 | 0.55 | 31.76 | 0.43 | 0.31 |
| Hex | 72 | 52 | 2E | 0 | 1C | 3C | 37 | 20 | 2A | 1F |
| Octal | 162 | 122 | 56 | 0 | 34 | 74 | 67 | 40 | 52 | 37 |
| Binary | 1110010 | 1010010 | 101110 | 0 | 11100 | 111100 | 110111 | 100000 | 101010 | 11111 |
Color Harmonies of #72522E
Complementary color
Monochromatic Colors of #72522E
Black with #72522E
Text Example
Text Example
White with #72522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72522E; }
p { color: rgb(114,82,46); }
H1.HeaderClassName
{
color: #72522E;
}
.AnyTagClassName
{
color: #72522E;
}
</style>
background-color css
<style>
a { background-color: #72522E; }
a { background-color: rgb(114,82,46); }
div.DivClassName
{
background-color: #72522E;
}
.BgClassName
{
background-color: #72522E;
}
</style>
border-color css
<style>
span { border-color: #72522E; }
span { border-color: rgb(114,82,46); }
td.TdClassName
{
border-color: #72522E;
}
.TagClassName
{
border-color: #72522E;
}
</style>