Shades of Clay Creek #8B7B47
Tints of Clay Creek #8B7B47
RGB
CMYK
RGB Variations
Color information
#8B7B47 (or 0x8B7B47) is known color: Clay Creek. HEX triplet: 8B, 7B and 47. RGB value is (139,123,71). Sum of RGB (Red+Green+Blue) = 139+123+71=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B47 is #7484B8. Grayscale: #7A7A7A. Windows color (decimal): -7636153 or 4684683. OLE color: 4684683.
HSL color Cylindrical-coordinate representation of color #8B7B47: hue angle of 45.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B7B47 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 71 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.45 |
| HSL | 45.88º | 0.32% | 0.41% | - |
| HSV(B) | 45.88º | 0.49% | 0.55% | - |
| XYZ | 18.87 | 20.11 | 8.85 | - |
| YUV | 121.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 71 | 0 | 0.12 | 0.49 | 0.45 | 45.88 | 0.32 | 0.41 |
| Hex | 8B | 7B | 47 | 0 | C | 31 | 2D | 2E | 20 | 29 |
| Octal | 213 | 173 | 107 | 0 | 14 | 61 | 55 | 56 | 40 | 51 |
| Binary | 10001011 | 1111011 | 1000111 | 0 | 1100 | 110001 | 101101 | 101110 | 100000 | 101001 |
Color Harmonies of #8B7B47
Complementary color
Monochromatic Colors of #8B7B47
Black with #8B7B47
Text Example
Text Example
White with #8B7B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B47; }
p { color: rgb(139,123,71); }
H1.HeaderClassName
{
color: #8B7B47;
}
.AnyTagClassName
{
color: #8B7B47;
}
</style>
background-color css
<style>
a { background-color: #8B7B47; }
a { background-color: rgb(139,123,71); }
div.DivClassName
{
background-color: #8B7B47;
}
.BgClassName
{
background-color: #8B7B47;
}
</style>
border-color css
<style>
span { border-color: #8B7B47; }
span { border-color: rgb(139,123,71); }
td.TdClassName
{
border-color: #8B7B47;
}
.TagClassName
{
border-color: #8B7B47;
}
</style>