Shades of Clay Creek #8B7C5D
Tints of Clay Creek #8B7C5D
RGB
CMYK
RGB Variations
Color information
#8B7C5D (or 0x8B7C5D) is known color: Clay Creek. HEX triplet: 8B, 7C and 5D. RGB value is (139,124,93). Sum of RGB (Red+Green+Blue) = 139+124+93=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C5D is #7483A2. Grayscale: #7D7D7D. Windows color (decimal): -7635875 or 6126731. OLE color: 6126731.
HSL color Cylindrical-coordinate representation of color #8B7C5D: hue angle of 40.43º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B7C5D is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 93 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.45 |
| HSL | 40.43º | 0.2% | 0.45% | - |
| HSV(B) | 40.43º | 0.33% | 0.55% | - |
| XYZ | 19.83 | 20.69 | 13.31 | - |
| YUV | 124.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 93 | 0 | 0.11 | 0.33 | 0.45 | 40.43 | 0.2 | 0.45 |
| Hex | 8B | 7C | 5D | 0 | B | 21 | 2D | 28 | 14 | 2D |
| Octal | 213 | 174 | 135 | 0 | 13 | 41 | 55 | 50 | 24 | 55 |
| Binary | 10001011 | 1111100 | 1011101 | 0 | 1011 | 100001 | 101101 | 101000 | 10100 | 101101 |
Color Harmonies of #8B7C5D
Complementary color
Monochromatic Colors of #8B7C5D
Black with #8B7C5D
Text Example
Text Example
White with #8B7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C5D; }
p { color: rgb(139,124,93); }
H1.HeaderClassName
{
color: #8B7C5D;
}
.AnyTagClassName
{
color: #8B7C5D;
}
</style>
background-color css
<style>
a { background-color: #8B7C5D; }
a { background-color: rgb(139,124,93); }
div.DivClassName
{
background-color: #8B7C5D;
}
.BgClassName
{
background-color: #8B7C5D;
}
</style>
border-color css
<style>
span { border-color: #8B7C5D; }
span { border-color: rgb(139,124,93); }
td.TdClassName
{
border-color: #8B7C5D;
}
.TagClassName
{
border-color: #8B7C5D;
}
</style>