Shades of Shingle Fawn #725637
Tints of Shingle Fawn #725637
RGB
CMYK
RGB Variations
Color information
#725637 (or 0x725637) is known color: Shingle Fawn. HEX triplet: 72, 56 and 37. RGB value is (114,86,55). Sum of RGB (Red+Green+Blue) = 114+86+55=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #725637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725637 is #8DA9C8. Grayscale: #5A5A5A. Windows color (decimal): -9284041 or 3626610. OLE color: 3626610.
HSL color Cylindrical-coordinate representation of color #725637: hue angle of 31.53º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #725637 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 55 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.55 |
| HSL | 31.53º | 0.35% | 0.33% | - |
| HSV(B) | 31.53º | 0.52% | 0.45% | - |
| XYZ | 10.96 | 10.51 | 5.07 | - |
| YUV | 90.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 55 | 0 | 0.25 | 0.52 | 0.55 | 31.53 | 0.35 | 0.33 |
| Hex | 72 | 56 | 37 | 0 | 19 | 34 | 37 | 20 | 23 | 21 |
| Octal | 162 | 126 | 67 | 0 | 31 | 64 | 67 | 40 | 43 | 41 |
| Binary | 1110010 | 1010110 | 110111 | 0 | 11001 | 110100 | 110111 | 100000 | 100011 | 100001 |
Color Harmonies of #725637
Complementary color
Monochromatic Colors of #725637
Black with #725637
Text Example
Text Example
White with #725637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725637; }
p { color: rgb(114,86,55); }
H1.HeaderClassName
{
color: #725637;
}
.AnyTagClassName
{
color: #725637;
}
</style>
background-color css
<style>
a { background-color: #725637; }
a { background-color: rgb(114,86,55); }
div.DivClassName
{
background-color: #725637;
}
.BgClassName
{
background-color: #725637;
}
</style>
border-color css
<style>
span { border-color: #725637; }
span { border-color: rgb(114,86,55); }
td.TdClassName
{
border-color: #725637;
}
.TagClassName
{
border-color: #725637;
}
</style>