Shades of Shingle Fawn #725A33
Tints of Shingle Fawn #725A33
RGB
CMYK
RGB Variations
Color information
#725A33 (or 0x725A33) is known color: Shingle Fawn. HEX triplet: 72, 5A and 33. RGB value is (114,90,51). Sum of RGB (Red+Green+Blue) = 114+90+51=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #725A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A33 is #8DA5CC. Grayscale: #5C5C5C. Windows color (decimal): -9283021 or 3365490. OLE color: 3365490.
HSL color Cylindrical-coordinate representation of color #725A33: hue angle of 37.14º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #725A33 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 51 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.55 |
| HSL | 37.14º | 0.38% | 0.32% | - |
| HSV(B) | 37.14º | 0.55% | 0.45% | - |
| XYZ | 11.19 | 11.13 | 4.69 | - |
| YUV | 92.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 51 | 0 | 0.21 | 0.55 | 0.55 | 37.14 | 0.38 | 0.32 |
| Hex | 72 | 5A | 33 | 0 | 15 | 37 | 37 | 25 | 26 | 20 |
| Octal | 162 | 132 | 63 | 0 | 25 | 67 | 67 | 45 | 46 | 40 |
| Binary | 1110010 | 1011010 | 110011 | 0 | 10101 | 110111 | 110111 | 100101 | 100110 | 100000 |
Color Harmonies of #725A33
Complementary color
Monochromatic Colors of #725A33
Black with #725A33
Text Example
Text Example
White with #725A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A33; }
p { color: rgb(114,90,51); }
H1.HeaderClassName
{
color: #725A33;
}
.AnyTagClassName
{
color: #725A33;
}
</style>
background-color css
<style>
a { background-color: #725A33; }
a { background-color: rgb(114,90,51); }
div.DivClassName
{
background-color: #725A33;
}
.BgClassName
{
background-color: #725A33;
}
</style>
border-color css
<style>
span { border-color: #725A33; }
span { border-color: rgb(114,90,51); }
td.TdClassName
{
border-color: #725A33;
}
.TagClassName
{
border-color: #725A33;
}
</style>