Shades of Clay Creek #8A8257
Tints of Clay Creek #8A8257
RGB
CMYK
RGB Variations
Color information
#8A8257 (or 0x8A8257) is known color: Clay Creek. HEX triplet: 8A, 82 and 57. RGB value is (138,130,87). Sum of RGB (Red+Green+Blue) = 138+130+87=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8257 is #757DA8. Grayscale: #7F7F7F. Windows color (decimal): -7699881 or 5735050. OLE color: 5735050.
HSL color Cylindrical-coordinate representation of color #8A8257: hue angle of 50.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A8257 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 87 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.46 |
| HSL | 50.59º | 0.23% | 0.44% | - |
| HSV(B) | 50.59º | 0.37% | 0.54% | - |
| XYZ | 20.18 | 22.06 | 12.21 | - |
| YUV | 127.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 87 | 0 | 0.06 | 0.37 | 0.46 | 50.59 | 0.23 | 0.44 |
| Hex | 8A | 82 | 57 | 0 | 6 | 25 | 2E | 33 | 17 | 2C |
| Octal | 212 | 202 | 127 | 0 | 6 | 45 | 56 | 63 | 27 | 54 |
| Binary | 10001010 | 10000010 | 1010111 | 0 | 110 | 100101 | 101110 | 110011 | 10111 | 101100 |
Color Harmonies of #8A8257
Complementary color
Monochromatic Colors of #8A8257
Black with #8A8257
Text Example
Text Example
White with #8A8257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8257; }
p { color: rgb(138,130,87); }
H1.HeaderClassName
{
color: #8A8257;
}
.AnyTagClassName
{
color: #8A8257;
}
</style>
background-color css
<style>
a { background-color: #8A8257; }
a { background-color: rgb(138,130,87); }
div.DivClassName
{
background-color: #8A8257;
}
.BgClassName
{
background-color: #8A8257;
}
</style>
border-color css
<style>
span { border-color: #8A8257; }
span { border-color: rgb(138,130,87); }
td.TdClassName
{
border-color: #8A8257;
}
.TagClassName
{
border-color: #8A8257;
}
</style>