Shades of Shingle Fawn #735533
Tints of Shingle Fawn #735533
RGB
CMYK
RGB Variations
Color information
#735533 (or 0x735533) is known color: Shingle Fawn. HEX triplet: 73, 55 and 33. RGB value is (115,85,51). Sum of RGB (Red+Green+Blue) = 115+85+51=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #735533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735533 is #8CAACC. Grayscale: #5A5A5A. Windows color (decimal): -9218765 or 3364211. OLE color: 3364211.
HSL color Cylindrical-coordinate representation of color #735533: hue angle of 31.88º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735533 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 51 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.55 |
| HSL | 31.88º | 0.39% | 0.33% | - |
| HSV(B) | 31.88º | 0.56% | 0.45% | - |
| XYZ | 10.92 | 10.38 | 4.56 | - |
| YUV | 90.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 51 | 0 | 0.26 | 0.56 | 0.55 | 31.88 | 0.39 | 0.33 |
| Hex | 73 | 55 | 33 | 0 | 1A | 38 | 37 | 20 | 27 | 21 |
| Octal | 163 | 125 | 63 | 0 | 32 | 70 | 67 | 40 | 47 | 41 |
| Binary | 1110011 | 1010101 | 110011 | 0 | 11010 | 111000 | 110111 | 100000 | 100111 | 100001 |
Color Harmonies of #735533
Complementary color
Monochromatic Colors of #735533
Black with #735533
Text Example
Text Example
White with #735533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735533; }
p { color: rgb(115,85,51); }
H1.HeaderClassName
{
color: #735533;
}
.AnyTagClassName
{
color: #735533;
}
</style>
background-color css
<style>
a { background-color: #735533; }
a { background-color: rgb(115,85,51); }
div.DivClassName
{
background-color: #735533;
}
.BgClassName
{
background-color: #735533;
}
</style>
border-color css
<style>
span { border-color: #735533; }
span { border-color: rgb(115,85,51); }
td.TdClassName
{
border-color: #735533;
}
.TagClassName
{
border-color: #735533;
}
</style>