Shades of Clay Creek #8A815A
Tints of Clay Creek #8A815A
RGB
CMYK
RGB Variations
Color information
#8A815A (or 0x8A815A) is known color: Clay Creek. HEX triplet: 8A, 81 and 5A. RGB value is (138,129,90). Sum of RGB (Red+Green+Blue) = 138+129+90=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A815A is #757EA5. Grayscale: #7F7F7F. Windows color (decimal): -7700134 or 5931402. OLE color: 5931402.
HSL color Cylindrical-coordinate representation of color #8A815A: hue angle of 48.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A815A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 90 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.46 |
| HSL | 48.75º | 0.21% | 0.45% | - |
| HSV(B) | 48.75º | 0.35% | 0.54% | - |
| XYZ | 20.18 | 21.84 | 12.83 | - |
| YUV | 127.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 90 | 0 | 0.07 | 0.35 | 0.46 | 48.75 | 0.21 | 0.45 |
| Hex | 8A | 81 | 5A | 0 | 7 | 23 | 2E | 31 | 15 | 2D |
| Octal | 212 | 201 | 132 | 0 | 7 | 43 | 56 | 61 | 25 | 55 |
| Binary | 10001010 | 10000001 | 1011010 | 0 | 111 | 100011 | 101110 | 110001 | 10101 | 101101 |
Color Harmonies of #8A815A
Complementary color
Monochromatic Colors of #8A815A
Black with #8A815A
Text Example
Text Example
White with #8A815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A815A; }
p { color: rgb(138,129,90); }
H1.HeaderClassName
{
color: #8A815A;
}
.AnyTagClassName
{
color: #8A815A;
}
</style>
background-color css
<style>
a { background-color: #8A815A; }
a { background-color: rgb(138,129,90); }
div.DivClassName
{
background-color: #8A815A;
}
.BgClassName
{
background-color: #8A815A;
}
</style>
border-color css
<style>
span { border-color: #8A815A; }
span { border-color: rgb(138,129,90); }
td.TdClassName
{
border-color: #8A815A;
}
.TagClassName
{
border-color: #8A815A;
}
</style>