Shades of Clay Creek #8B7F50
Tints of Clay Creek #8B7F50
RGB
CMYK
RGB Variations
Color information
#8B7F50 (or 0x8B7F50) is known color: Clay Creek. HEX triplet: 8B, 7F and 50. RGB value is (139,127,80). Sum of RGB (Red+Green+Blue) = 139+127+80=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F50 is #7480AF. Grayscale: #7D7D7D. Windows color (decimal): -7635120 or 5275531. OLE color: 5275531.
HSL color Cylindrical-coordinate representation of color #8B7F50: hue angle of 47.8º 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 #8B7F50 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 127 | 80 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.45 |
| HSL | 47.8º | 0.27% | 0.43% | - |
| HSV(B) | 47.8º | 0.42% | 0.55% | - |
| XYZ | 19.68 | 21.25 | 10.65 | - |
| YUV | 125.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 80 | 0 | 0.09 | 0.42 | 0.45 | 47.8 | 0.27 | 0.43 |
| Hex | 8B | 7F | 50 | 0 | 9 | 2A | 2D | 30 | 1B | 2B |
| Octal | 213 | 177 | 120 | 0 | 11 | 52 | 55 | 60 | 33 | 53 |
| Binary | 10001011 | 1111111 | 1010000 | 0 | 1001 | 101010 | 101101 | 110000 | 11011 | 101011 |
Color Harmonies of #8B7F50
Complementary color
Monochromatic Colors of #8B7F50
Black with #8B7F50
Text Example
Text Example
White with #8B7F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7F50; }
p { color: rgb(139,127,80); }
H1.HeaderClassName
{
color: #8B7F50;
}
.AnyTagClassName
{
color: #8B7F50;
}
</style>
background-color css
<style>
a { background-color: #8B7F50; }
a { background-color: rgb(139,127,80); }
div.DivClassName
{
background-color: #8B7F50;
}
.BgClassName
{
background-color: #8B7F50;
}
</style>
border-color css
<style>
span { border-color: #8B7F50; }
span { border-color: rgb(139,127,80); }
td.TdClassName
{
border-color: #8B7F50;
}
.TagClassName
{
border-color: #8B7F50;
}
</style>