Shades of Clay Creek #8B844B
Tints of Clay Creek #8B844B
RGB
CMYK
RGB Variations
Color information
#8B844B (or 0x8B844B) is known color: Clay Creek. HEX triplet: 8B, 84 and 4B. RGB value is (139,132,75). Sum of RGB (Red+Green+Blue) = 139+132+75=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B844B is #747BB4. Grayscale: #7F7F7F. Windows color (decimal): -7633845 or 4949131. OLE color: 4949131.
HSL color Cylindrical-coordinate representation of color #8B844B: hue angle of 53.44º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B844B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 75 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.45 |
| HSL | 53.44º | 0.3% | 0.42% | - |
| HSV(B) | 53.44º | 0.46% | 0.55% | - |
| XYZ | 20.17 | 22.5 | 9.94 | - |
| YUV | 127.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 75 | 0 | 0.05 | 0.46 | 0.45 | 53.44 | 0.3 | 0.42 |
| Hex | 8B | 84 | 4B | 0 | 5 | 2E | 2D | 35 | 1E | 2A |
| Octal | 213 | 204 | 113 | 0 | 5 | 56 | 55 | 65 | 36 | 52 |
| Binary | 10001011 | 10000100 | 1001011 | 0 | 101 | 101110 | 101101 | 110101 | 11110 | 101010 |
Color Harmonies of #8B844B
Complementary color
Monochromatic Colors of #8B844B
Black with #8B844B
Text Example
Text Example
White with #8B844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B844B; }
p { color: rgb(139,132,75); }
H1.HeaderClassName
{
color: #8B844B;
}
.AnyTagClassName
{
color: #8B844B;
}
</style>
background-color css
<style>
a { background-color: #8B844B; }
a { background-color: rgb(139,132,75); }
div.DivClassName
{
background-color: #8B844B;
}
.BgClassName
{
background-color: #8B844B;
}
</style>
border-color css
<style>
span { border-color: #8B844B; }
span { border-color: rgb(139,132,75); }
td.TdClassName
{
border-color: #8B844B;
}
.TagClassName
{
border-color: #8B844B;
}
</style>