Shades of Concord #898172
Tints of Concord #898172
RGB
CMYK
RGB Variations
Color information
#898172 (or 0x898172) is known color: Concord. HEX triplet: 89, 81 and 72. RGB value is (137,129,114). Sum of RGB (Red+Green+Blue) = 137+129+114=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #898172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898172 is #767E8D. Grayscale: #818181. Windows color (decimal): -7765646 or 7504265. OLE color: 7504265.
HSL color Cylindrical-coordinate representation of color #898172: hue angle of 39.13º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #898172 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 129 | 114 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.46 |
| HSL | 39.13º | 0.09% | 0.49% | - |
| HSV(B) | 39.13º | 0.17% | 0.54% | - |
| XYZ | 21.2 | 22.23 | 19.09 | - |
| YUV | 129.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 114 | 0 | 0.06 | 0.17 | 0.46 | 39.13 | 0.09 | 0.49 |
| Hex | 89 | 81 | 72 | 0 | 6 | 11 | 2E | 27 | 9 | 31 |
| Octal | 211 | 201 | 162 | 0 | 6 | 21 | 56 | 47 | 11 | 61 |
| Binary | 10001001 | 10000001 | 1110010 | 0 | 110 | 10001 | 101110 | 100111 | 1001 | 110001 |
Color Harmonies of #898172
Complementary color
Monochromatic Colors of #898172
Black with #898172
Text Example
Text Example
White with #898172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898172; }
p { color: rgb(137,129,114); }
H1.HeaderClassName
{
color: #898172;
}
.AnyTagClassName
{
color: #898172;
}
</style>
background-color css
<style>
a { background-color: #898172; }
a { background-color: rgb(137,129,114); }
div.DivClassName
{
background-color: #898172;
}
.BgClassName
{
background-color: #898172;
}
</style>
border-color css
<style>
span { border-color: #898172; }
span { border-color: rgb(137,129,114); }
td.TdClassName
{
border-color: #898172;
}
.TagClassName
{
border-color: #898172;
}
</style>