Shades of Shingle Fawn #725B34
Tints of Shingle Fawn #725B34
RGB
CMYK
RGB Variations
Color information
#725B34 (or 0x725B34) is known color: Shingle Fawn. HEX triplet: 72, 5B and 34. RGB value is (114,91,52). Sum of RGB (Red+Green+Blue) = 114+91+52=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #725B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B34 is #8DA4CB. Grayscale: #5D5D5D. Windows color (decimal): -9282764 or 3431282. OLE color: 3431282.
HSL color Cylindrical-coordinate representation of color #725B34: hue angle of 37.74º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725B34 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 52 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.55 |
| HSL | 37.74º | 0.37% | 0.33% | - |
| HSV(B) | 37.74º | 0.54% | 0.45% | - |
| XYZ | 11.3 | 11.31 | 4.84 | - |
| YUV | 93.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 52 | 0 | 0.20 | 0.54 | 0.55 | 37.74 | 0.37 | 0.33 |
| Hex | 72 | 5B | 34 | 0 | 14 | 36 | 37 | 26 | 25 | 21 |
| Octal | 162 | 133 | 64 | 0 | 24 | 66 | 67 | 46 | 45 | 41 |
| Binary | 1110010 | 1011011 | 110100 | 0 | 10100 | 110110 | 110111 | 100110 | 100101 | 100001 |
Color Harmonies of #725B34
Complementary color
Monochromatic Colors of #725B34
Black with #725B34
Text Example
Text Example
White with #725B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B34; }
p { color: rgb(114,91,52); }
H1.HeaderClassName
{
color: #725B34;
}
.AnyTagClassName
{
color: #725B34;
}
</style>
background-color css
<style>
a { background-color: #725B34; }
a { background-color: rgb(114,91,52); }
div.DivClassName
{
background-color: #725B34;
}
.BgClassName
{
background-color: #725B34;
}
</style>
border-color css
<style>
span { border-color: #725B34; }
span { border-color: rgb(114,91,52); }
td.TdClassName
{
border-color: #725B34;
}
.TagClassName
{
border-color: #725B34;
}
</style>