Shades of Shingle Fawn #735D3B
Tints of Shingle Fawn #735D3B
RGB
CMYK
RGB Variations
Color information
#735D3B (or 0x735D3B) is known color: Shingle Fawn. HEX triplet: 73, 5D and 3B. RGB value is (115,93,59). Sum of RGB (Red+Green+Blue) = 115+93+59=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D3B is #8CA2C4. Grayscale: #5F5F5F. Windows color (decimal): -9216709 or 3890547. OLE color: 3890547.
HSL color Cylindrical-coordinate representation of color #735D3B: hue angle of 36.43º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #735D3B is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 59 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.55 |
| HSL | 36.43º | 0.32% | 0.34% | - |
| HSV(B) | 36.43º | 0.49% | 0.45% | - |
| XYZ | 11.77 | 11.79 | 5.79 | - |
| YUV | 95.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 59 | 0 | 0.19 | 0.49 | 0.55 | 36.43 | 0.32 | 0.34 |
| Hex | 73 | 5D | 3B | 0 | 13 | 31 | 37 | 24 | 20 | 22 |
| Octal | 163 | 135 | 73 | 0 | 23 | 61 | 67 | 44 | 40 | 42 |
| Binary | 1110011 | 1011101 | 111011 | 0 | 10011 | 110001 | 110111 | 100100 | 100000 | 100010 |
Color Harmonies of #735D3B
Complementary color
Monochromatic Colors of #735D3B
Black with #735D3B
Text Example
Text Example
White with #735D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D3B; }
p { color: rgb(115,93,59); }
H1.HeaderClassName
{
color: #735D3B;
}
.AnyTagClassName
{
color: #735D3B;
}
</style>
background-color css
<style>
a { background-color: #735D3B; }
a { background-color: rgb(115,93,59); }
div.DivClassName
{
background-color: #735D3B;
}
.BgClassName
{
background-color: #735D3B;
}
</style>
border-color css
<style>
span { border-color: #735D3B; }
span { border-color: rgb(115,93,59); }
td.TdClassName
{
border-color: #735D3B;
}
.TagClassName
{
border-color: #735D3B;
}
</style>