Shades of Shingle Fawn #735C3D
Tints of Shingle Fawn #735C3D
RGB
CMYK
RGB Variations
Color information
#735C3D (or 0x735C3D) is known color: Shingle Fawn. HEX triplet: 73, 5C and 3D. RGB value is (115,92,61). Sum of RGB (Red+Green+Blue) = 115+92+61=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #735C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C3D is #8CA3C2. Grayscale: #5F5F5F. Windows color (decimal): -9216963 or 4021363. OLE color: 4021363.
HSL color Cylindrical-coordinate representation of color #735C3D: hue angle of 34.44º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #735C3D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 61 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.55 |
| HSL | 34.44º | 0.31% | 0.35% | - |
| HSV(B) | 34.44º | 0.47% | 0.45% | - |
| XYZ | 11.74 | 11.64 | 6.04 | - |
| YUV | 95.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 61 | 0 | 0.20 | 0.47 | 0.55 | 34.44 | 0.31 | 0.35 |
| Hex | 73 | 5C | 3D | 0 | 14 | 2F | 37 | 22 | 1F | 23 |
| Octal | 163 | 134 | 75 | 0 | 24 | 57 | 67 | 42 | 37 | 43 |
| Binary | 1110011 | 1011100 | 111101 | 0 | 10100 | 101111 | 110111 | 100010 | 11111 | 100011 |
Color Harmonies of #735C3D
Complementary color
Monochromatic Colors of #735C3D
Black with #735C3D
Text Example
Text Example
White with #735C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C3D; }
p { color: rgb(115,92,61); }
H1.HeaderClassName
{
color: #735C3D;
}
.AnyTagClassName
{
color: #735C3D;
}
</style>
background-color css
<style>
a { background-color: #735C3D; }
a { background-color: rgb(115,92,61); }
div.DivClassName
{
background-color: #735C3D;
}
.BgClassName
{
background-color: #735C3D;
}
</style>
border-color css
<style>
span { border-color: #735C3D; }
span { border-color: rgb(115,92,61); }
td.TdClassName
{
border-color: #735C3D;
}
.TagClassName
{
border-color: #735C3D;
}
</style>