Shades of Clay Creek #8A7B45
Tints of Clay Creek #8A7B45
RGB
CMYK
RGB Variations
Color information
#8A7B45 (or 0x8A7B45) is known color: Clay Creek. HEX triplet: 8A, 7B and 45. RGB value is (138,123,69). Sum of RGB (Red+Green+Blue) = 138+123+69=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7B45 is #7584BA. Grayscale: #797979. Windows color (decimal): -7701691 or 4553610. OLE color: 4553610.
HSL color Cylindrical-coordinate representation of color #8A7B45: hue angle of 46.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7B45 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 123 | 69 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.46 |
| HSL | 46.96º | 0.33% | 0.41% | - |
| HSV(B) | 46.96º | 0.5% | 0.54% | - |
| XYZ | 18.64 | 20 | 8.51 | - |
| YUV | 121.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 69 | 0 | 0.11 | 0.5 | 0.46 | 46.96 | 0.33 | 0.41 |
| Hex | 8A | 7B | 45 | 0 | B | 32 | 2E | 2F | 21 | 29 |
| Octal | 212 | 173 | 105 | 0 | 13 | 62 | 56 | 57 | 41 | 51 |
| Binary | 10001010 | 1111011 | 1000101 | 0 | 1011 | 110010 | 101110 | 101111 | 100001 | 101001 |
Color Harmonies of #8A7B45
Complementary color
Monochromatic Colors of #8A7B45
Black with #8A7B45
Text Example
Text Example
White with #8A7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B45; }
p { color: rgb(138,123,69); }
H1.HeaderClassName
{
color: #8A7B45;
}
.AnyTagClassName
{
color: #8A7B45;
}
</style>
background-color css
<style>
a { background-color: #8A7B45; }
a { background-color: rgb(138,123,69); }
div.DivClassName
{
background-color: #8A7B45;
}
.BgClassName
{
background-color: #8A7B45;
}
</style>
border-color css
<style>
span { border-color: #8A7B45; }
span { border-color: rgb(138,123,69); }
td.TdClassName
{
border-color: #8A7B45;
}
.TagClassName
{
border-color: #8A7B45;
}
</style>