Shades of Clay Creek #8A8051
Tints of Clay Creek #8A8051
RGB
CMYK
RGB Variations
Color information
#8A8051 (or 0x8A8051) is known color: Clay Creek. HEX triplet: 8A, 80 and 51. RGB value is (138,128,81). Sum of RGB (Red+Green+Blue) = 138+128+81=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8051 is #757FAE. Grayscale: #7D7D7D. Windows color (decimal): -7700399 or 5341322. OLE color: 5341322.
HSL color Cylindrical-coordinate representation of color #8A8051: hue angle of 49.47º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A8051 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 81 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.46 |
| HSL | 49.47º | 0.26% | 0.43% | - |
| HSV(B) | 49.47º | 0.41% | 0.54% | - |
| XYZ | 19.69 | 21.44 | 10.88 | - |
| YUV | 125.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 81 | 0 | 0.07 | 0.41 | 0.46 | 49.47 | 0.26 | 0.43 |
| Hex | 8A | 80 | 51 | 0 | 7 | 29 | 2E | 31 | 1A | 2B |
| Octal | 212 | 200 | 121 | 0 | 7 | 51 | 56 | 61 | 32 | 53 |
| Binary | 10001010 | 10000000 | 1010001 | 0 | 111 | 101001 | 101110 | 110001 | 11010 | 101011 |
Color Harmonies of #8A8051
Complementary color
Monochromatic Colors of #8A8051
Black with #8A8051
Text Example
Text Example
White with #8A8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8051; }
p { color: rgb(138,128,81); }
H1.HeaderClassName
{
color: #8A8051;
}
.AnyTagClassName
{
color: #8A8051;
}
</style>
background-color css
<style>
a { background-color: #8A8051; }
a { background-color: rgb(138,128,81); }
div.DivClassName
{
background-color: #8A8051;
}
.BgClassName
{
background-color: #8A8051;
}
</style>
border-color css
<style>
span { border-color: #8A8051; }
span { border-color: rgb(138,128,81); }
td.TdClassName
{
border-color: #8A8051;
}
.TagClassName
{
border-color: #8A8051;
}
</style>