Shades of Shingle Fawn #72553B
Tints of Shingle Fawn #72553B
RGB
CMYK
RGB Variations
Color information
#72553B (or 0x72553B) is known color: Shingle Fawn. HEX triplet: 72, 55 and 3B. RGB value is (114,85,59). Sum of RGB (Red+Green+Blue) = 114+85+59=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72553B is #8DAAC4. Grayscale: #5A5A5A. Windows color (decimal): -9284293 or 3888498. OLE color: 3888498.
HSL color Cylindrical-coordinate representation of color #72553B: hue angle of 28.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72553B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 59 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.55 |
| HSL | 28.36º | 0.32% | 0.34% | - |
| HSV(B) | 28.36º | 0.48% | 0.45% | - |
| XYZ | 10.98 | 10.39 | 5.56 | - |
| YUV | 90.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 59 | 0 | 0.25 | 0.48 | 0.55 | 28.36 | 0.32 | 0.34 |
| Hex | 72 | 55 | 3B | 0 | 19 | 30 | 37 | 1C | 20 | 22 |
| Octal | 162 | 125 | 73 | 0 | 31 | 60 | 67 | 34 | 40 | 42 |
| Binary | 1110010 | 1010101 | 111011 | 0 | 11001 | 110000 | 110111 | 11100 | 100000 | 100010 |
Color Harmonies of #72553B
Complementary color
Monochromatic Colors of #72553B
Black with #72553B
Text Example
Text Example
White with #72553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72553B; }
p { color: rgb(114,85,59); }
H1.HeaderClassName
{
color: #72553B;
}
.AnyTagClassName
{
color: #72553B;
}
</style>
background-color css
<style>
a { background-color: #72553B; }
a { background-color: rgb(114,85,59); }
div.DivClassName
{
background-color: #72553B;
}
.BgClassName
{
background-color: #72553B;
}
</style>
border-color css
<style>
span { border-color: #72553B; }
span { border-color: rgb(114,85,59); }
td.TdClassName
{
border-color: #72553B;
}
.TagClassName
{
border-color: #72553B;
}
</style>