Shades of Siam #70753F
Tints of Siam #70753F
RGB
CMYK
RGB Variations
Color information
#70753F (or 0x70753F) is known color: Siam. HEX triplet: 70, 75 and 3F. RGB value is (112,117,63). Sum of RGB (Red+Green+Blue) = 112+117+63=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #70753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70753F is #8F8AC0. Grayscale: #6D6D6D. Windows color (decimal): -9407169 or 4158832. OLE color: 4158832.
HSL color Cylindrical-coordinate representation of color #70753F: hue angle of 65.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70753F is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 63 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.54 |
| HSL | 65.56º | 0.3% | 0.35% | - |
| HSV(B) | 65.56º | 0.46% | 0.46% | - |
| XYZ | 13.94 | 16.53 | 7.16 | - |
| YUV | 109.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 63 | 0.04 | 0 | 0.46 | 0.54 | 65.56 | 0.3 | 0.35 |
| Hex | 70 | 75 | 3F | 4 | 0 | 2E | 36 | 42 | 1E | 23 |
| Octal | 160 | 165 | 77 | 4 | 0 | 56 | 66 | 102 | 36 | 43 |
| Binary | 1110000 | 1110101 | 111111 | 100 | 0 | 101110 | 110110 | 1000010 | 11110 | 100011 |
Color Harmonies of #70753F
Complementary color
Monochromatic Colors of #70753F
Black with #70753F
Text Example
Text Example
White with #70753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70753F; }
p { color: rgb(112,117,63); }
H1.HeaderClassName
{
color: #70753F;
}
.AnyTagClassName
{
color: #70753F;
}
</style>
background-color css
<style>
a { background-color: #70753F; }
a { background-color: rgb(112,117,63); }
div.DivClassName
{
background-color: #70753F;
}
.BgClassName
{
background-color: #70753F;
}
</style>
border-color css
<style>
span { border-color: #70753F; }
span { border-color: rgb(112,117,63); }
td.TdClassName
{
border-color: #70753F;
}
.TagClassName
{
border-color: #70753F;
}
</style>