Shades of Shingle Fawn #725133
Tints of Shingle Fawn #725133
RGB
CMYK
RGB Variations
Color information
#725133 (or 0x725133) is known color: Shingle Fawn. HEX triplet: 72, 51 and 33. RGB value is (114,81,51). Sum of RGB (Red+Green+Blue) = 114+81+51=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #725133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725133 is #8DAECC. Grayscale: #575757. Windows color (decimal): -9285325 or 3363186. OLE color: 3363186.
HSL color Cylindrical-coordinate representation of color #725133: hue angle of 28.57º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #725133 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 51 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.55 |
| HSL | 28.57º | 0.38% | 0.32% | - |
| HSV(B) | 28.57º | 0.55% | 0.45% | - |
| XYZ | 10.48 | 9.7 | 4.45 | - |
| YUV | 87.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 51 | 0 | 0.29 | 0.55 | 0.55 | 28.57 | 0.38 | 0.32 |
| Hex | 72 | 51 | 33 | 0 | 1D | 37 | 37 | 1D | 26 | 20 |
| Octal | 162 | 121 | 63 | 0 | 35 | 67 | 67 | 35 | 46 | 40 |
| Binary | 1110010 | 1010001 | 110011 | 0 | 11101 | 110111 | 110111 | 11101 | 100110 | 100000 |
Color Harmonies of #725133
Complementary color
Monochromatic Colors of #725133
Black with #725133
Text Example
Text Example
White with #725133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725133; }
p { color: rgb(114,81,51); }
H1.HeaderClassName
{
color: #725133;
}
.AnyTagClassName
{
color: #725133;
}
</style>
background-color css
<style>
a { background-color: #725133; }
a { background-color: rgb(114,81,51); }
div.DivClassName
{
background-color: #725133;
}
.BgClassName
{
background-color: #725133;
}
</style>
border-color css
<style>
span { border-color: #725133; }
span { border-color: rgb(114,81,51); }
td.TdClassName
{
border-color: #725133;
}
.TagClassName
{
border-color: #725133;
}
</style>