Shades of Clay Creek #8A8053
Tints of Clay Creek #8A8053
RGB
CMYK
RGB Variations
Color information
#8A8053 (or 0x8A8053) is known color: Clay Creek. HEX triplet: 8A, 80 and 53. RGB value is (138,128,83). Sum of RGB (Red+Green+Blue) = 138+128+83=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8053 is #757FAC. Grayscale: #7E7E7E. Windows color (decimal): -7700397 or 5472394. OLE color: 5472394.
HSL color Cylindrical-coordinate representation of color #8A8053: hue angle of 49.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A8053 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 83 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.46 |
| HSL | 49.09º | 0.25% | 0.43% | - |
| HSV(B) | 49.09º | 0.4% | 0.54% | - |
| XYZ | 19.76 | 21.47 | 11.29 | - |
| YUV | 125.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 83 | 0 | 0.07 | 0.40 | 0.46 | 49.09 | 0.25 | 0.43 |
| Hex | 8A | 80 | 53 | 0 | 7 | 28 | 2E | 31 | 19 | 2B |
| Octal | 212 | 200 | 123 | 0 | 7 | 50 | 56 | 61 | 31 | 53 |
| Binary | 10001010 | 10000000 | 1010011 | 0 | 111 | 101000 | 101110 | 110001 | 11001 | 101011 |
Color Harmonies of #8A8053
Complementary color
Monochromatic Colors of #8A8053
Black with #8A8053
Text Example
Text Example
White with #8A8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8053; }
p { color: rgb(138,128,83); }
H1.HeaderClassName
{
color: #8A8053;
}
.AnyTagClassName
{
color: #8A8053;
}
</style>
background-color css
<style>
a { background-color: #8A8053; }
a { background-color: rgb(138,128,83); }
div.DivClassName
{
background-color: #8A8053;
}
.BgClassName
{
background-color: #8A8053;
}
</style>
border-color css
<style>
span { border-color: #8A8053; }
span { border-color: rgb(138,128,83); }
td.TdClassName
{
border-color: #8A8053;
}
.TagClassName
{
border-color: #8A8053;
}
</style>