Shades of Shingle Fawn #72593D
Tints of Shingle Fawn #72593D
RGB
CMYK
RGB Variations
Color information
#72593D (or 0x72593D) is known color: Shingle Fawn. HEX triplet: 72, 59 and 3D. RGB value is (114,89,61). Sum of RGB (Red+Green+Blue) = 114+89+61=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #72593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72593D is #8DA6C2. Grayscale: #5D5D5D. Windows color (decimal): -9283267 or 4020594. OLE color: 4020594.
HSL color Cylindrical-coordinate representation of color #72593D: hue angle of 31.7º 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 #72593D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 61 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.55 |
| HSL | 31.7º | 0.3% | 0.34% | - |
| HSV(B) | 31.7º | 0.46% | 0.45% | - |
| XYZ | 11.35 | 11.06 | 5.95 | - |
| YUV | 93.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 61 | 0 | 0.22 | 0.46 | 0.55 | 31.7 | 0.3 | 0.34 |
| Hex | 72 | 59 | 3D | 0 | 16 | 2E | 37 | 20 | 1E | 22 |
| Octal | 162 | 131 | 75 | 0 | 26 | 56 | 67 | 40 | 36 | 42 |
| Binary | 1110010 | 1011001 | 111101 | 0 | 10110 | 101110 | 110111 | 100000 | 11110 | 100010 |
Color Harmonies of #72593D
Complementary color
Monochromatic Colors of #72593D
Black with #72593D
Text Example
Text Example
White with #72593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72593D; }
p { color: rgb(114,89,61); }
H1.HeaderClassName
{
color: #72593D;
}
.AnyTagClassName
{
color: #72593D;
}
</style>
background-color css
<style>
a { background-color: #72593D; }
a { background-color: rgb(114,89,61); }
div.DivClassName
{
background-color: #72593D;
}
.BgClassName
{
background-color: #72593D;
}
</style>
border-color css
<style>
span { border-color: #72593D; }
span { border-color: rgb(114,89,61); }
td.TdClassName
{
border-color: #72593D;
}
.TagClassName
{
border-color: #72593D;
}
</style>