Shades of Clay Creek #8A7B54
Tints of Clay Creek #8A7B54
RGB
CMYK
RGB Variations
Color information
#8A7B54 (or 0x8A7B54) is known color: Clay Creek. HEX triplet: 8A, 7B and 54. RGB value is (138,123,84). Sum of RGB (Red+Green+Blue) = 138+123+84=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B54 is #7584AB. Grayscale: #7B7B7B. Windows color (decimal): -7701676 or 5536650. OLE color: 5536650.
HSL color Cylindrical-coordinate representation of color #8A7B54: hue angle of 43.33º 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 #8A7B54 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 123 | 84 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.46 |
| HSL | 43.33º | 0.24% | 0.44% | - |
| HSV(B) | 43.33º | 0.39% | 0.54% | - |
| XYZ | 19.16 | 20.21 | 11.28 | - |
| YUV | 123.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 84 | 0 | 0.11 | 0.39 | 0.46 | 43.33 | 0.24 | 0.44 |
| Hex | 8A | 7B | 54 | 0 | B | 27 | 2E | 2B | 18 | 2C |
| Octal | 212 | 173 | 124 | 0 | 13 | 47 | 56 | 53 | 30 | 54 |
| Binary | 10001010 | 1111011 | 1010100 | 0 | 1011 | 100111 | 101110 | 101011 | 11000 | 101100 |
Color Harmonies of #8A7B54
Complementary color
Monochromatic Colors of #8A7B54
Black with #8A7B54
Text Example
Text Example
White with #8A7B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B54; }
p { color: rgb(138,123,84); }
H1.HeaderClassName
{
color: #8A7B54;
}
.AnyTagClassName
{
color: #8A7B54;
}
</style>
background-color css
<style>
a { background-color: #8A7B54; }
a { background-color: rgb(138,123,84); }
div.DivClassName
{
background-color: #8A7B54;
}
.BgClassName
{
background-color: #8A7B54;
}
</style>
border-color css
<style>
span { border-color: #8A7B54; }
span { border-color: rgb(138,123,84); }
td.TdClassName
{
border-color: #8A7B54;
}
.TagClassName
{
border-color: #8A7B54;
}
</style>