Shades of Clay Creek #8A8552
Tints of Clay Creek #8A8552
RGB
CMYK
RGB Variations
Color information
#8A8552 (or 0x8A8552) is known color: Clay Creek. HEX triplet: 8A, 85 and 52. RGB value is (138,133,82). Sum of RGB (Red+Green+Blue) = 138+133+82=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8552 is #757AAD. Grayscale: #808080. Windows color (decimal): -7699118 or 5408138. OLE color: 5408138.
HSL color Cylindrical-coordinate representation of color #8A8552: hue angle of 54.64º degrees, saturation: 0.25, 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 #8A8552 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 82 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.46 |
| HSL | 54.64º | 0.25% | 0.43% | - |
| HSV(B) | 54.64º | 0.41% | 0.54% | - |
| XYZ | 20.39 | 22.79 | 11.31 | - |
| YUV | 128.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 82 | 0 | 0.04 | 0.41 | 0.46 | 54.64 | 0.25 | 0.43 |
| Hex | 8A | 85 | 52 | 0 | 4 | 29 | 2E | 37 | 19 | 2B |
| Octal | 212 | 205 | 122 | 0 | 4 | 51 | 56 | 67 | 31 | 53 |
| Binary | 10001010 | 10000101 | 1010010 | 0 | 100 | 101001 | 101110 | 110111 | 11001 | 101011 |
Color Harmonies of #8A8552
Complementary color
Monochromatic Colors of #8A8552
Black with #8A8552
Text Example
Text Example
White with #8A8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8552; }
p { color: rgb(138,133,82); }
H1.HeaderClassName
{
color: #8A8552;
}
.AnyTagClassName
{
color: #8A8552;
}
</style>
background-color css
<style>
a { background-color: #8A8552; }
a { background-color: rgb(138,133,82); }
div.DivClassName
{
background-color: #8A8552;
}
.BgClassName
{
background-color: #8A8552;
}
</style>
border-color css
<style>
span { border-color: #8A8552; }
span { border-color: rgb(138,133,82); }
td.TdClassName
{
border-color: #8A8552;
}
.TagClassName
{
border-color: #8A8552;
}
</style>