Shades of Clay Creek #8B7C53
Tints of Clay Creek #8B7C53
RGB
CMYK
RGB Variations
Color information
#8B7C53 (or 0x8B7C53) is known color: Clay Creek. HEX triplet: 8B, 7C and 53. RGB value is (139,124,83). Sum of RGB (Red+Green+Blue) = 139+124+83=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C53 is #7483AC. Grayscale: #7B7B7B. Windows color (decimal): -7635885 or 5471371. OLE color: 5471371.
HSL color Cylindrical-coordinate representation of color #8B7C53: hue angle of 43.93º 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 #8B7C53 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 83 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.45 |
| HSL | 43.93º | 0.25% | 0.44% | - |
| HSV(B) | 43.93º | 0.4% | 0.55% | - |
| XYZ | 19.42 | 20.53 | 11.12 | - |
| YUV | 123.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 83 | 0 | 0.11 | 0.40 | 0.45 | 43.93 | 0.25 | 0.44 |
| Hex | 8B | 7C | 53 | 0 | B | 28 | 2D | 2C | 19 | 2C |
| Octal | 213 | 174 | 123 | 0 | 13 | 50 | 55 | 54 | 31 | 54 |
| Binary | 10001011 | 1111100 | 1010011 | 0 | 1011 | 101000 | 101101 | 101100 | 11001 | 101100 |
Color Harmonies of #8B7C53
Complementary color
Monochromatic Colors of #8B7C53
Black with #8B7C53
Text Example
Text Example
White with #8B7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C53; }
p { color: rgb(139,124,83); }
H1.HeaderClassName
{
color: #8B7C53;
}
.AnyTagClassName
{
color: #8B7C53;
}
</style>
background-color css
<style>
a { background-color: #8B7C53; }
a { background-color: rgb(139,124,83); }
div.DivClassName
{
background-color: #8B7C53;
}
.BgClassName
{
background-color: #8B7C53;
}
</style>
border-color css
<style>
span { border-color: #8B7C53; }
span { border-color: rgb(139,124,83); }
td.TdClassName
{
border-color: #8B7C53;
}
.TagClassName
{
border-color: #8B7C53;
}
</style>