Shades of Clay Creek #8A8754
Tints of Clay Creek #8A8754
RGB
CMYK
RGB Variations
Color information
#8A8754 (or 0x8A8754) is known color: Clay Creek. HEX triplet: 8A, 87 and 54. RGB value is (138,135,84). Sum of RGB (Red+Green+Blue) = 138+135+84=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8754 is #7578AB. Grayscale: #828282. Windows color (decimal): -7698604 or 5539722. OLE color: 5539722.
HSL color Cylindrical-coordinate representation of color #8A8754: hue angle of 56.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A8754 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 84 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.46 |
| HSL | 56.67º | 0.24% | 0.44% | - |
| HSV(B) | 56.67º | 0.39% | 0.54% | - |
| XYZ | 20.75 | 23.37 | 11.81 | - |
| YUV | 130.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 84 | 0 | 0.02 | 0.39 | 0.46 | 56.67 | 0.24 | 0.44 |
| Hex | 8A | 87 | 54 | 0 | 2 | 27 | 2E | 39 | 18 | 2C |
| Octal | 212 | 207 | 124 | 0 | 2 | 47 | 56 | 71 | 30 | 54 |
| Binary | 10001010 | 10000111 | 1010100 | 0 | 10 | 100111 | 101110 | 111001 | 11000 | 101100 |
Color Harmonies of #8A8754
Complementary color
Monochromatic Colors of #8A8754
Black with #8A8754
Text Example
Text Example
White with #8A8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8754; }
p { color: rgb(138,135,84); }
H1.HeaderClassName
{
color: #8A8754;
}
.AnyTagClassName
{
color: #8A8754;
}
</style>
background-color css
<style>
a { background-color: #8A8754; }
a { background-color: rgb(138,135,84); }
div.DivClassName
{
background-color: #8A8754;
}
.BgClassName
{
background-color: #8A8754;
}
</style>
border-color css
<style>
span { border-color: #8A8754; }
span { border-color: rgb(138,135,84); }
td.TdClassName
{
border-color: #8A8754;
}
.TagClassName
{
border-color: #8A8754;
}
</style>