Shades of Shingle Fawn #725D3D
Tints of Shingle Fawn #725D3D
RGB
CMYK
RGB Variations
Color information
#725D3D (or 0x725D3D) is known color: Shingle Fawn. HEX triplet: 72, 5D and 3D. RGB value is (114,93,61). Sum of RGB (Red+Green+Blue) = 114+93+61=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D3D is #8DA2C2. Grayscale: #5F5F5F. Windows color (decimal): -9282243 or 4021618. OLE color: 4021618.
HSL color Cylindrical-coordinate representation of color #725D3D: hue angle of 36.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #725D3D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 61 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.55 |
| HSL | 36.23º | 0.3% | 0.34% | - |
| HSV(B) | 36.23º | 0.46% | 0.45% | - |
| XYZ | 11.7 | 11.74 | 6.07 | - |
| YUV | 95.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 61 | 0 | 0.18 | 0.46 | 0.55 | 36.23 | 0.3 | 0.34 |
| Hex | 72 | 5D | 3D | 0 | 12 | 2E | 37 | 24 | 1E | 22 |
| Octal | 162 | 135 | 75 | 0 | 22 | 56 | 67 | 44 | 36 | 42 |
| Binary | 1110010 | 1011101 | 111101 | 0 | 10010 | 101110 | 110111 | 100100 | 11110 | 100010 |
Color Harmonies of #725D3D
Complementary color
Monochromatic Colors of #725D3D
Black with #725D3D
Text Example
Text Example
White with #725D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D3D; }
p { color: rgb(114,93,61); }
H1.HeaderClassName
{
color: #725D3D;
}
.AnyTagClassName
{
color: #725D3D;
}
</style>
background-color css
<style>
a { background-color: #725D3D; }
a { background-color: rgb(114,93,61); }
div.DivClassName
{
background-color: #725D3D;
}
.BgClassName
{
background-color: #725D3D;
}
</style>
border-color css
<style>
span { border-color: #725D3D; }
span { border-color: rgb(114,93,61); }
td.TdClassName
{
border-color: #725D3D;
}
.TagClassName
{
border-color: #725D3D;
}
</style>