Shades of Clay Creek #8D7B5A
Tints of Clay Creek #8D7B5A
RGB
CMYK
RGB Variations
Color information
#8D7B5A (or 0x8D7B5A) is known color: Clay Creek. HEX triplet: 8D, 7B and 5A. RGB value is (141,123,90). Sum of RGB (Red+Green+Blue) = 141+123+90=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B5A is #7284A5. Grayscale: #7C7C7C. Windows color (decimal): -7505062 or 5929869. OLE color: 5929869.
HSL color Cylindrical-coordinate representation of color #8D7B5A: hue angle of 38.82º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D7B5A is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 90 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.45 |
| HSL | 38.82º | 0.22% | 0.45% | - |
| HSV(B) | 38.82º | 0.36% | 0.55% | - |
| XYZ | 19.91 | 20.57 | 12.59 | - |
| YUV | 124.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 90 | 0 | 0.13 | 0.36 | 0.45 | 38.82 | 0.22 | 0.45 |
| Hex | 8D | 7B | 5A | 0 | D | 24 | 2D | 27 | 16 | 2D |
| Octal | 215 | 173 | 132 | 0 | 15 | 44 | 55 | 47 | 26 | 55 |
| Binary | 10001101 | 1111011 | 1011010 | 0 | 1101 | 100100 | 101101 | 100111 | 10110 | 101101 |
Color Harmonies of #8D7B5A
Complementary color
Monochromatic Colors of #8D7B5A
Black with #8D7B5A
Text Example
Text Example
White with #8D7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B5A; }
p { color: rgb(141,123,90); }
H1.HeaderClassName
{
color: #8D7B5A;
}
.AnyTagClassName
{
color: #8D7B5A;
}
</style>
background-color css
<style>
a { background-color: #8D7B5A; }
a { background-color: rgb(141,123,90); }
div.DivClassName
{
background-color: #8D7B5A;
}
.BgClassName
{
background-color: #8D7B5A;
}
</style>
border-color css
<style>
span { border-color: #8D7B5A; }
span { border-color: rgb(141,123,90); }
td.TdClassName
{
border-color: #8D7B5A;
}
.TagClassName
{
border-color: #8D7B5A;
}
</style>