Shades of Clay Creek #8B7F54
Tints of Clay Creek #8B7F54
RGB
CMYK
RGB Variations
Color information
#8B7F54 (or 0x8B7F54) is known color: Clay Creek. HEX triplet: 8B, 7F and 54. RGB value is (139,127,84). Sum of RGB (Red+Green+Blue) = 139+127+84=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F54 is #7480AB. Grayscale: #7D7D7D. Windows color (decimal): -7635116 or 5537675. OLE color: 5537675.
HSL color Cylindrical-coordinate representation of color #8B7F54: hue angle of 46.91º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7F54 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 127 | 84 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.45 |
| HSL | 46.91º | 0.25% | 0.44% | - |
| HSV(B) | 46.91º | 0.4% | 0.55% | - |
| XYZ | 19.84 | 21.31 | 11.45 | - |
| YUV | 125.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 84 | 0 | 0.09 | 0.40 | 0.45 | 46.91 | 0.25 | 0.44 |
| Hex | 8B | 7F | 54 | 0 | 9 | 28 | 2D | 2F | 19 | 2C |
| Octal | 213 | 177 | 124 | 0 | 11 | 50 | 55 | 57 | 31 | 54 |
| Binary | 10001011 | 1111111 | 1010100 | 0 | 1001 | 101000 | 101101 | 101111 | 11001 | 101100 |
Color Harmonies of #8B7F54
Complementary color
Monochromatic Colors of #8B7F54
Black with #8B7F54
Text Example
Text Example
White with #8B7F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7F54; }
p { color: rgb(139,127,84); }
H1.HeaderClassName
{
color: #8B7F54;
}
.AnyTagClassName
{
color: #8B7F54;
}
</style>
background-color css
<style>
a { background-color: #8B7F54; }
a { background-color: rgb(139,127,84); }
div.DivClassName
{
background-color: #8B7F54;
}
.BgClassName
{
background-color: #8B7F54;
}
</style>
border-color css
<style>
span { border-color: #8B7F54; }
span { border-color: rgb(139,127,84); }
td.TdClassName
{
border-color: #8B7F54;
}
.TagClassName
{
border-color: #8B7F54;
}
</style>