Shades of Clay Creek #8B7B57
Tints of Clay Creek #8B7B57
RGB
CMYK
RGB Variations
Color information
#8B7B57 (or 0x8B7B57) is known color: Clay Creek. HEX triplet: 8B, 7B and 57. RGB value is (139,123,87). Sum of RGB (Red+Green+Blue) = 139+123+87=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B57 is #7484A8. Grayscale: #7B7B7B. Windows color (decimal): -7636137 or 5733259. OLE color: 5733259.
HSL color Cylindrical-coordinate representation of color #8B7B57: hue angle of 41.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7B57 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 87 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.45 |
| HSL | 41.54º | 0.23% | 0.44% | - |
| HSV(B) | 41.54º | 0.37% | 0.55% | - |
| XYZ | 19.45 | 20.34 | 11.92 | - |
| YUV | 123.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 87 | 0 | 0.12 | 0.37 | 0.45 | 41.54 | 0.23 | 0.44 |
| Hex | 8B | 7B | 57 | 0 | C | 25 | 2D | 2A | 17 | 2C |
| Octal | 213 | 173 | 127 | 0 | 14 | 45 | 55 | 52 | 27 | 54 |
| Binary | 10001011 | 1111011 | 1010111 | 0 | 1100 | 100101 | 101101 | 101010 | 10111 | 101100 |
Color Harmonies of #8B7B57
Complementary color
Monochromatic Colors of #8B7B57
Black with #8B7B57
Text Example
Text Example
White with #8B7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B57; }
p { color: rgb(139,123,87); }
H1.HeaderClassName
{
color: #8B7B57;
}
.AnyTagClassName
{
color: #8B7B57;
}
</style>
background-color css
<style>
a { background-color: #8B7B57; }
a { background-color: rgb(139,123,87); }
div.DivClassName
{
background-color: #8B7B57;
}
.BgClassName
{
background-color: #8B7B57;
}
</style>
border-color css
<style>
span { border-color: #8B7B57; }
span { border-color: rgb(139,123,87); }
td.TdClassName
{
border-color: #8B7B57;
}
.TagClassName
{
border-color: #8B7B57;
}
</style>