Shades of Clay Creek #8D7B50
Tints of Clay Creek #8D7B50
RGB
CMYK
RGB Variations
Color information
#8D7B50 (or 0x8D7B50) is known color: Clay Creek. HEX triplet: 8D, 7B and 50. RGB value is (141,123,80). Sum of RGB (Red+Green+Blue) = 141+123+80=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B50 is #7284AF. Grayscale: #7B7B7B. Windows color (decimal): -7505072 or 5274509. OLE color: 5274509.
HSL color Cylindrical-coordinate representation of color #8D7B50: hue angle of 42.3º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D7B50 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 80 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.45 |
| HSL | 42.3º | 0.28% | 0.43% | - |
| HSV(B) | 42.3º | 0.43% | 0.55% | - |
| XYZ | 19.52 | 20.41 | 10.5 | - |
| YUV | 123.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 80 | 0 | 0.13 | 0.43 | 0.45 | 42.3 | 0.28 | 0.43 |
| Hex | 8D | 7B | 50 | 0 | D | 2B | 2D | 2A | 1C | 2B |
| Octal | 215 | 173 | 120 | 0 | 15 | 53 | 55 | 52 | 34 | 53 |
| Binary | 10001101 | 1111011 | 1010000 | 0 | 1101 | 101011 | 101101 | 101010 | 11100 | 101011 |
Color Harmonies of #8D7B50
Complementary color
Monochromatic Colors of #8D7B50
Black with #8D7B50
Text Example
Text Example
White with #8D7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B50; }
p { color: rgb(141,123,80); }
H1.HeaderClassName
{
color: #8D7B50;
}
.AnyTagClassName
{
color: #8D7B50;
}
</style>
background-color css
<style>
a { background-color: #8D7B50; }
a { background-color: rgb(141,123,80); }
div.DivClassName
{
background-color: #8D7B50;
}
.BgClassName
{
background-color: #8D7B50;
}
</style>
border-color css
<style>
span { border-color: #8D7B50; }
span { border-color: rgb(141,123,80); }
td.TdClassName
{
border-color: #8D7B50;
}
.TagClassName
{
border-color: #8D7B50;
}
</style>