Shades of Clay Creek #8B7A50
Tints of Clay Creek #8B7A50
RGB
CMYK
RGB Variations
Color information
#8B7A50 (or 0x8B7A50) is known color: Clay Creek. HEX triplet: 8B, 7A and 50. RGB value is (139,122,80). Sum of RGB (Red+Green+Blue) = 139+122+80=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A50 is #7485AF. Grayscale: #7A7A7A. Windows color (decimal): -7636400 or 5274251. OLE color: 5274251.
HSL color Cylindrical-coordinate representation of color #8B7A50: hue angle of 42.71º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B7A50 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 80 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.45 |
| HSL | 42.71º | 0.27% | 0.43% | - |
| HSV(B) | 42.71º | 0.42% | 0.55% | - |
| XYZ | 19.05 | 19.99 | 10.44 | - |
| YUV | 122.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 80 | 0 | 0.12 | 0.42 | 0.45 | 42.71 | 0.27 | 0.43 |
| Hex | 8B | 7A | 50 | 0 | C | 2A | 2D | 2B | 1B | 2B |
| Octal | 213 | 172 | 120 | 0 | 14 | 52 | 55 | 53 | 33 | 53 |
| Binary | 10001011 | 1111010 | 1010000 | 0 | 1100 | 101010 | 101101 | 101011 | 11011 | 101011 |
Color Harmonies of #8B7A50
Complementary color
Monochromatic Colors of #8B7A50
Black with #8B7A50
Text Example
Text Example
White with #8B7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A50; }
p { color: rgb(139,122,80); }
H1.HeaderClassName
{
color: #8B7A50;
}
.AnyTagClassName
{
color: #8B7A50;
}
</style>
background-color css
<style>
a { background-color: #8B7A50; }
a { background-color: rgb(139,122,80); }
div.DivClassName
{
background-color: #8B7A50;
}
.BgClassName
{
background-color: #8B7A50;
}
</style>
border-color css
<style>
span { border-color: #8B7A50; }
span { border-color: rgb(139,122,80); }
td.TdClassName
{
border-color: #8B7A50;
}
.TagClassName
{
border-color: #8B7A50;
}
</style>