Shades of Clay Creek #8B7954
Tints of Clay Creek #8B7954
RGB
CMYK
RGB Variations
Color information
#8B7954 (or 0x8B7954) is known color: Clay Creek. HEX triplet: 8B, 79 and 54. RGB value is (139,121,84). Sum of RGB (Red+Green+Blue) = 139+121+84=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7954 is #7486AB. Grayscale: #7A7A7A. Windows color (decimal): -7636652 or 5536139. OLE color: 5536139.
HSL color Cylindrical-coordinate representation of color #8B7954: hue angle of 40.36º 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 #8B7954 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 84 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.45 |
| HSL | 40.36º | 0.25% | 0.44% | - |
| HSV(B) | 40.36º | 0.4% | 0.55% | - |
| XYZ | 19.09 | 19.8 | 11.2 | - |
| YUV | 122.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 84 | 0 | 0.13 | 0.40 | 0.45 | 40.36 | 0.25 | 0.44 |
| Hex | 8B | 79 | 54 | 0 | D | 28 | 2D | 28 | 19 | 2C |
| Octal | 213 | 171 | 124 | 0 | 15 | 50 | 55 | 50 | 31 | 54 |
| Binary | 10001011 | 1111001 | 1010100 | 0 | 1101 | 101000 | 101101 | 101000 | 11001 | 101100 |
Color Harmonies of #8B7954
Complementary color
Monochromatic Colors of #8B7954
Black with #8B7954
Text Example
Text Example
White with #8B7954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7954; }
p { color: rgb(139,121,84); }
H1.HeaderClassName
{
color: #8B7954;
}
.AnyTagClassName
{
color: #8B7954;
}
</style>
background-color css
<style>
a { background-color: #8B7954; }
a { background-color: rgb(139,121,84); }
div.DivClassName
{
background-color: #8B7954;
}
.BgClassName
{
background-color: #8B7954;
}
</style>
border-color css
<style>
span { border-color: #8B7954; }
span { border-color: rgb(139,121,84); }
td.TdClassName
{
border-color: #8B7954;
}
.TagClassName
{
border-color: #8B7954;
}
</style>