Shades of Clay Creek #8B815A
Tints of Clay Creek #8B815A
RGB
CMYK
RGB Variations
Color information
#8B815A (or 0x8B815A) is known color: Clay Creek. HEX triplet: 8B, 81 and 5A. RGB value is (139,129,90). Sum of RGB (Red+Green+Blue) = 139+129+90=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B815A is #747EA5. Grayscale: #7F7F7F. Windows color (decimal): -7634598 or 5931403. OLE color: 5931403.
HSL color Cylindrical-coordinate representation of color #8B815A: hue angle of 47.76º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B815A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 90 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.45 |
| HSL | 47.76º | 0.21% | 0.45% | - |
| HSV(B) | 47.76º | 0.35% | 0.55% | - |
| XYZ | 20.34 | 21.93 | 12.83 | - |
| YUV | 127.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 90 | 0 | 0.07 | 0.35 | 0.45 | 47.76 | 0.21 | 0.45 |
| Hex | 8B | 81 | 5A | 0 | 7 | 23 | 2D | 30 | 15 | 2D |
| Octal | 213 | 201 | 132 | 0 | 7 | 43 | 55 | 60 | 25 | 55 |
| Binary | 10001011 | 10000001 | 1011010 | 0 | 111 | 100011 | 101101 | 110000 | 10101 | 101101 |
Color Harmonies of #8B815A
Complementary color
Monochromatic Colors of #8B815A
Black with #8B815A
Text Example
Text Example
White with #8B815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B815A; }
p { color: rgb(139,129,90); }
H1.HeaderClassName
{
color: #8B815A;
}
.AnyTagClassName
{
color: #8B815A;
}
</style>
background-color css
<style>
a { background-color: #8B815A; }
a { background-color: rgb(139,129,90); }
div.DivClassName
{
background-color: #8B815A;
}
.BgClassName
{
background-color: #8B815A;
}
</style>
border-color css
<style>
span { border-color: #8B815A; }
span { border-color: rgb(139,129,90); }
td.TdClassName
{
border-color: #8B815A;
}
.TagClassName
{
border-color: #8B815A;
}
</style>