Shades of Shingle Fawn #735234
Tints of Shingle Fawn #735234
RGB
CMYK
RGB Variations
Color information
#735234 (or 0x735234) is known color: Shingle Fawn. HEX triplet: 73, 52 and 34. RGB value is (115,82,52). Sum of RGB (Red+Green+Blue) = 115+82+52=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #735234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735234 is #8CADCB. Grayscale: #585858. Windows color (decimal): -9219532 or 3428979. OLE color: 3428979.
HSL color Cylindrical-coordinate representation of color #735234: hue angle of 28.57º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735234 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 52 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.55 |
| HSL | 28.57º | 0.38% | 0.33% | - |
| HSV(B) | 28.57º | 0.55% | 0.45% | - |
| XYZ | 10.71 | 9.93 | 4.6 | - |
| YUV | 88.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 52 | 0 | 0.29 | 0.55 | 0.55 | 28.57 | 0.38 | 0.33 |
| Hex | 73 | 52 | 34 | 0 | 1D | 37 | 37 | 1D | 26 | 21 |
| Octal | 163 | 122 | 64 | 0 | 35 | 67 | 67 | 35 | 46 | 41 |
| Binary | 1110011 | 1010010 | 110100 | 0 | 11101 | 110111 | 110111 | 11101 | 100110 | 100001 |
Color Harmonies of #735234
Complementary color
Monochromatic Colors of #735234
Black with #735234
Text Example
Text Example
White with #735234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735234; }
p { color: rgb(115,82,52); }
H1.HeaderClassName
{
color: #735234;
}
.AnyTagClassName
{
color: #735234;
}
</style>
background-color css
<style>
a { background-color: #735234; }
a { background-color: rgb(115,82,52); }
div.DivClassName
{
background-color: #735234;
}
.BgClassName
{
background-color: #735234;
}
</style>
border-color css
<style>
span { border-color: #735234; }
span { border-color: rgb(115,82,52); }
td.TdClassName
{
border-color: #735234;
}
.TagClassName
{
border-color: #735234;
}
</style>