Shades of Clay Creek #8B8047
Tints of Clay Creek #8B8047
RGB
CMYK
RGB Variations
Color information
#8B8047 (or 0x8B8047) is known color: Clay Creek. HEX triplet: 8B, 80 and 47. RGB value is (139,128,71). Sum of RGB (Red+Green+Blue) = 139+128+71=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8047 is #747FB8. Grayscale: #7D7D7D. Windows color (decimal): -7634873 or 4685963. OLE color: 4685963.
HSL color Cylindrical-coordinate representation of color #8B8047: hue angle of 50.29º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B8047 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 71 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.45 |
| HSL | 50.29º | 0.32% | 0.41% | - |
| HSV(B) | 50.29º | 0.49% | 0.55% | - |
| XYZ | 19.5 | 21.38 | 9.06 | - |
| YUV | 124.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 71 | 0 | 0.08 | 0.49 | 0.45 | 50.29 | 0.32 | 0.41 |
| Hex | 8B | 80 | 47 | 0 | 8 | 31 | 2D | 32 | 20 | 29 |
| Octal | 213 | 200 | 107 | 0 | 10 | 61 | 55 | 62 | 40 | 51 |
| Binary | 10001011 | 10000000 | 1000111 | 0 | 1000 | 110001 | 101101 | 110010 | 100000 | 101001 |
Color Harmonies of #8B8047
Complementary color
Monochromatic Colors of #8B8047
Black with #8B8047
Text Example
Text Example
White with #8B8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8047; }
p { color: rgb(139,128,71); }
H1.HeaderClassName
{
color: #8B8047;
}
.AnyTagClassName
{
color: #8B8047;
}
</style>
background-color css
<style>
a { background-color: #8B8047; }
a { background-color: rgb(139,128,71); }
div.DivClassName
{
background-color: #8B8047;
}
.BgClassName
{
background-color: #8B8047;
}
</style>
border-color css
<style>
span { border-color: #8B8047; }
span { border-color: rgb(139,128,71); }
td.TdClassName
{
border-color: #8B8047;
}
.TagClassName
{
border-color: #8B8047;
}
</style>