Shades of Siam #717250
Tints of Siam #717250
RGB
CMYK
RGB Variations
Color information
#717250 (or 0x717250) is known color: Siam. HEX triplet: 71, 72 and 50. RGB value is (113,114,80). Sum of RGB (Red+Green+Blue) = 113+114+80=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #717250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717250 is #8E8DAF. Grayscale: #6D6D6D. Windows color (decimal): -9342384 or 5272177. OLE color: 5272177.
HSL color Cylindrical-coordinate representation of color #717250: hue angle of 61.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #717250 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 80 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.55 |
| HSL | 61.76º | 0.18% | 0.38% | - |
| HSV(B) | 61.76º | 0.3% | 0.45% | - |
| XYZ | 14.28 | 16.12 | 9.95 | - |
| YUV | 109.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 80 | 0.01 | 0 | 0.30 | 0.55 | 61.76 | 0.18 | 0.38 |
| Hex | 71 | 72 | 50 | 1 | 0 | 1E | 37 | 3E | 12 | 26 |
| Octal | 161 | 162 | 120 | 1 | 0 | 36 | 67 | 76 | 22 | 46 |
| Binary | 1110001 | 1110010 | 1010000 | 1 | 0 | 11110 | 110111 | 111110 | 10010 | 100110 |
Color Harmonies of #717250
Complementary color
Monochromatic Colors of #717250
Black with #717250
Text Example
Text Example
White with #717250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717250; }
p { color: rgb(113,114,80); }
H1.HeaderClassName
{
color: #717250;
}
.AnyTagClassName
{
color: #717250;
}
</style>
background-color css
<style>
a { background-color: #717250; }
a { background-color: rgb(113,114,80); }
div.DivClassName
{
background-color: #717250;
}
.BgClassName
{
background-color: #717250;
}
</style>
border-color css
<style>
span { border-color: #717250; }
span { border-color: rgb(113,114,80); }
td.TdClassName
{
border-color: #717250;
}
.TagClassName
{
border-color: #717250;
}
</style>