Shades of Siam #707540
Tints of Siam #707540
RGB
CMYK
RGB Variations
Color information
#707540 (or 0x707540) is known color: Siam. HEX triplet: 70, 75 and 40. RGB value is (112,117,64). Sum of RGB (Red+Green+Blue) = 112+117+64=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #707540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707540 is #8F8ABF. Grayscale: #6D6D6D. Windows color (decimal): -9407168 or 4224368. OLE color: 4224368.
HSL color Cylindrical-coordinate representation of color #707540: hue angle of 65.66º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707540 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 64 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.54 |
| HSL | 65.66º | 0.29% | 0.35% | - |
| HSV(B) | 65.66º | 0.45% | 0.46% | - |
| XYZ | 13.97 | 16.54 | 7.31 | - |
| YUV | 109.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 64 | 0.04 | 0 | 0.45 | 0.54 | 65.66 | 0.29 | 0.35 |
| Hex | 70 | 75 | 40 | 4 | 0 | 2D | 36 | 42 | 1D | 23 |
| Octal | 160 | 165 | 100 | 4 | 0 | 55 | 66 | 102 | 35 | 43 |
| Binary | 1110000 | 1110101 | 1000000 | 100 | 0 | 101101 | 110110 | 1000010 | 11101 | 100011 |
Color Harmonies of #707540
Complementary color
Monochromatic Colors of #707540
Black with #707540
Text Example
Text Example
White with #707540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707540; }
p { color: rgb(112,117,64); }
H1.HeaderClassName
{
color: #707540;
}
.AnyTagClassName
{
color: #707540;
}
</style>
background-color css
<style>
a { background-color: #707540; }
a { background-color: rgb(112,117,64); }
div.DivClassName
{
background-color: #707540;
}
.BgClassName
{
background-color: #707540;
}
</style>
border-color css
<style>
span { border-color: #707540; }
span { border-color: rgb(112,117,64); }
td.TdClassName
{
border-color: #707540;
}
.TagClassName
{
border-color: #707540;
}
</style>