Shades of Clay Creek #8B7C5E
Tints of Clay Creek #8B7C5E
RGB
CMYK
RGB Variations
Color information
#8B7C5E (or 0x8B7C5E) is known color: Clay Creek. HEX triplet: 8B, 7C and 5E. RGB value is (139,124,94). Sum of RGB (Red+Green+Blue) = 139+124+94=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C5E is #7483A1. Grayscale: #7D7D7D. Windows color (decimal): -7635874 or 6192267. OLE color: 6192267.
HSL color Cylindrical-coordinate representation of color #8B7C5E: hue angle of 40º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B7C5E is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 94 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.45 |
| HSL | 40º | 0.19% | 0.46% | - |
| HSV(B) | 40º | 0.32% | 0.55% | - |
| XYZ | 19.88 | 20.71 | 13.54 | - |
| YUV | 125.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 94 | 0 | 0.11 | 0.32 | 0.45 | 40 | 0.19 | 0.46 |
| Hex | 8B | 7C | 5E | 0 | B | 20 | 2D | 28 | 13 | 2E |
| Octal | 213 | 174 | 136 | 0 | 13 | 40 | 55 | 50 | 23 | 56 |
| Binary | 10001011 | 1111100 | 1011110 | 0 | 1011 | 100000 | 101101 | 101000 | 10011 | 101110 |
Color Harmonies of #8B7C5E
Complementary color
Monochromatic Colors of #8B7C5E
Black with #8B7C5E
Text Example
Text Example
White with #8B7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C5E; }
p { color: rgb(139,124,94); }
H1.HeaderClassName
{
color: #8B7C5E;
}
.AnyTagClassName
{
color: #8B7C5E;
}
</style>
background-color css
<style>
a { background-color: #8B7C5E; }
a { background-color: rgb(139,124,94); }
div.DivClassName
{
background-color: #8B7C5E;
}
.BgClassName
{
background-color: #8B7C5E;
}
</style>
border-color css
<style>
span { border-color: #8B7C5E; }
span { border-color: rgb(139,124,94); }
td.TdClassName
{
border-color: #8B7C5E;
}
.TagClassName
{
border-color: #8B7C5E;
}
</style>