Shades of Clay Creek #8B8148
Tints of Clay Creek #8B8148
RGB
CMYK
RGB Variations
Color information
#8B8148 (or 0x8B8148) is known color: Clay Creek. HEX triplet: 8B, 81 and 48. RGB value is (139,129,72). Sum of RGB (Red+Green+Blue) = 139+129+72=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8148 is #747EB7. Grayscale: #7D7D7D. Windows color (decimal): -7634616 or 4751755. OLE color: 4751755.
HSL color Cylindrical-coordinate representation of color #8B8148: hue angle of 51.04º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B8148 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 72 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.45 |
| HSL | 51.04º | 0.32% | 0.41% | - |
| HSV(B) | 51.04º | 0.48% | 0.55% | - |
| XYZ | 19.67 | 21.66 | 9.27 | - |
| YUV | 125.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 72 | 0 | 0.07 | 0.48 | 0.45 | 51.04 | 0.32 | 0.41 |
| Hex | 8B | 81 | 48 | 0 | 7 | 30 | 2D | 33 | 20 | 29 |
| Octal | 213 | 201 | 110 | 0 | 7 | 60 | 55 | 63 | 40 | 51 |
| Binary | 10001011 | 10000001 | 1001000 | 0 | 111 | 110000 | 101101 | 110011 | 100000 | 101001 |
Color Harmonies of #8B8148
Complementary color
Monochromatic Colors of #8B8148
Black with #8B8148
Text Example
Text Example
White with #8B8148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8148; }
p { color: rgb(139,129,72); }
H1.HeaderClassName
{
color: #8B8148;
}
.AnyTagClassName
{
color: #8B8148;
}
</style>
background-color css
<style>
a { background-color: #8B8148; }
a { background-color: rgb(139,129,72); }
div.DivClassName
{
background-color: #8B8148;
}
.BgClassName
{
background-color: #8B8148;
}
</style>
border-color css
<style>
span { border-color: #8B8148; }
span { border-color: rgb(139,129,72); }
td.TdClassName
{
border-color: #8B8148;
}
.TagClassName
{
border-color: #8B8148;
}
</style>