Shades of Siam #717848
Tints of Siam #717848
RGB
CMYK
RGB Variations
Color information
#717848 (or 0x717848) is known color: Siam. HEX triplet: 71, 78 and 48. RGB value is (113,120,72). Sum of RGB (Red+Green+Blue) = 113+120+72=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #717848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717848 is #8E87B7. Grayscale: #707070. Windows color (decimal): -9340856 or 4749425. OLE color: 4749425.
HSL color Cylindrical-coordinate representation of color #717848: hue angle of 68.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #717848 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 72 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.53 |
| HSL | 68.75º | 0.25% | 0.38% | - |
| HSV(B) | 68.75º | 0.4% | 0.47% | - |
| XYZ | 14.7 | 17.41 | 8.72 | - |
| YUV | 112.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 72 | 0.06 | 0 | 0.40 | 0.53 | 68.75 | 0.25 | 0.38 |
| Hex | 71 | 78 | 48 | 6 | 0 | 28 | 35 | 45 | 19 | 26 |
| Octal | 161 | 170 | 110 | 6 | 0 | 50 | 65 | 105 | 31 | 46 |
| Binary | 1110001 | 1111000 | 1001000 | 110 | 0 | 101000 | 110101 | 1000101 | 11001 | 100110 |
Color Harmonies of #717848
Complementary color
Monochromatic Colors of #717848
Black with #717848
Text Example
Text Example
White with #717848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717848; }
p { color: rgb(113,120,72); }
H1.HeaderClassName
{
color: #717848;
}
.AnyTagClassName
{
color: #717848;
}
</style>
background-color css
<style>
a { background-color: #717848; }
a { background-color: rgb(113,120,72); }
div.DivClassName
{
background-color: #717848;
}
.BgClassName
{
background-color: #717848;
}
</style>
border-color css
<style>
span { border-color: #717848; }
span { border-color: rgb(113,120,72); }
td.TdClassName
{
border-color: #717848;
}
.TagClassName
{
border-color: #717848;
}
</style>