Shades of Clay Creek #8B805A
Tints of Clay Creek #8B805A
RGB
CMYK
RGB Variations
Color information
#8B805A (or 0x8B805A) is known color: Clay Creek. HEX triplet: 8B, 80 and 5A. RGB value is (139,128,90). Sum of RGB (Red+Green+Blue) = 139+128+90=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B805A is #747FA5. Grayscale: #7F7F7F. Windows color (decimal): -7634854 or 5931147. OLE color: 5931147.
HSL color Cylindrical-coordinate representation of color #8B805A: hue angle of 46.53º 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 #8B805A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 90 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.45 |
| HSL | 46.53º | 0.21% | 0.45% | - |
| HSV(B) | 46.53º | 0.35% | 0.55% | - |
| XYZ | 20.21 | 21.67 | 12.79 | - |
| YUV | 126.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 90 | 0 | 0.08 | 0.35 | 0.45 | 46.53 | 0.21 | 0.45 |
| Hex | 8B | 80 | 5A | 0 | 8 | 23 | 2D | 2F | 15 | 2D |
| Octal | 213 | 200 | 132 | 0 | 10 | 43 | 55 | 57 | 25 | 55 |
| Binary | 10001011 | 10000000 | 1011010 | 0 | 1000 | 100011 | 101101 | 101111 | 10101 | 101101 |
Color Harmonies of #8B805A
Complementary color
Monochromatic Colors of #8B805A
Black with #8B805A
Text Example
Text Example
White with #8B805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B805A; }
p { color: rgb(139,128,90); }
H1.HeaderClassName
{
color: #8B805A;
}
.AnyTagClassName
{
color: #8B805A;
}
</style>
background-color css
<style>
a { background-color: #8B805A; }
a { background-color: rgb(139,128,90); }
div.DivClassName
{
background-color: #8B805A;
}
.BgClassName
{
background-color: #8B805A;
}
</style>
border-color css
<style>
span { border-color: #8B805A; }
span { border-color: rgb(139,128,90); }
td.TdClassName
{
border-color: #8B805A;
}
.TagClassName
{
border-color: #8B805A;
}
</style>