Shades of Shingle Fawn #725A3C
Tints of Shingle Fawn #725A3C
RGB
CMYK
RGB Variations
Color information
#725A3C (or 0x725A3C) is known color: Shingle Fawn. HEX triplet: 72, 5A and 3C. RGB value is (114,90,60). Sum of RGB (Red+Green+Blue) = 114+90+60=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A3C is #8DA5C3. Grayscale: #5D5D5D. Windows color (decimal): -9283012 or 3955314. OLE color: 3955314.
HSL color Cylindrical-coordinate representation of color #725A3C: hue angle of 33.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #725A3C is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 60 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.55 |
| HSL | 33.33º | 0.31% | 0.34% | - |
| HSV(B) | 33.33º | 0.47% | 0.45% | - |
| XYZ | 11.41 | 11.22 | 5.84 | - |
| YUV | 93.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 60 | 0 | 0.21 | 0.47 | 0.55 | 33.33 | 0.31 | 0.34 |
| Hex | 72 | 5A | 3C | 0 | 15 | 2F | 37 | 21 | 1F | 22 |
| Octal | 162 | 132 | 74 | 0 | 25 | 57 | 67 | 41 | 37 | 42 |
| Binary | 1110010 | 1011010 | 111100 | 0 | 10101 | 101111 | 110111 | 100001 | 11111 | 100010 |
Color Harmonies of #725A3C
Complementary color
Monochromatic Colors of #725A3C
Black with #725A3C
Text Example
Text Example
White with #725A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A3C; }
p { color: rgb(114,90,60); }
H1.HeaderClassName
{
color: #725A3C;
}
.AnyTagClassName
{
color: #725A3C;
}
</style>
background-color css
<style>
a { background-color: #725A3C; }
a { background-color: rgb(114,90,60); }
div.DivClassName
{
background-color: #725A3C;
}
.BgClassName
{
background-color: #725A3C;
}
</style>
border-color css
<style>
span { border-color: #725A3C; }
span { border-color: rgb(114,90,60); }
td.TdClassName
{
border-color: #725A3C;
}
.TagClassName
{
border-color: #725A3C;
}
</style>