Shades of Clay Creek #8A8050
Tints of Clay Creek #8A8050
RGB
CMYK
RGB Variations
Color information
#8A8050 (or 0x8A8050) is known color: Clay Creek. HEX triplet: 8A, 80 and 50. RGB value is (138,128,80). Sum of RGB (Red+Green+Blue) = 138+128+80=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8050 is #757FAF. Grayscale: #7D7D7D. Windows color (decimal): -7700400 or 5275786. OLE color: 5275786.
HSL color Cylindrical-coordinate representation of color #8A8050: hue angle of 49.66º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A8050 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 80 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.46 |
| HSL | 49.66º | 0.27% | 0.43% | - |
| HSV(B) | 49.66º | 0.42% | 0.54% | - |
| XYZ | 19.65 | 21.42 | 10.69 | - |
| YUV | 125.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 80 | 0 | 0.07 | 0.42 | 0.46 | 49.66 | 0.27 | 0.43 |
| Hex | 8A | 80 | 50 | 0 | 7 | 2A | 2E | 32 | 1B | 2B |
| Octal | 212 | 200 | 120 | 0 | 7 | 52 | 56 | 62 | 33 | 53 |
| Binary | 10001010 | 10000000 | 1010000 | 0 | 111 | 101010 | 101110 | 110010 | 11011 | 101011 |
Color Harmonies of #8A8050
Complementary color
Monochromatic Colors of #8A8050
Black with #8A8050
Text Example
Text Example
White with #8A8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8050; }
p { color: rgb(138,128,80); }
H1.HeaderClassName
{
color: #8A8050;
}
.AnyTagClassName
{
color: #8A8050;
}
</style>
background-color css
<style>
a { background-color: #8A8050; }
a { background-color: rgb(138,128,80); }
div.DivClassName
{
background-color: #8A8050;
}
.BgClassName
{
background-color: #8A8050;
}
</style>
border-color css
<style>
span { border-color: #8A8050; }
span { border-color: rgb(138,128,80); }
td.TdClassName
{
border-color: #8A8050;
}
.TagClassName
{
border-color: #8A8050;
}
</style>