Shades of Clay Creek #8B7A5A
Tints of Clay Creek #8B7A5A
RGB
CMYK
RGB Variations
Color information
#8B7A5A (or 0x8B7A5A) is known color: Clay Creek. HEX triplet: 8B, 7A and 5A. RGB value is (139,122,90). Sum of RGB (Red+Green+Blue) = 139+122+90=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A5A is #7485A5. Grayscale: #7B7B7B. Windows color (decimal): -7636390 or 5929611. OLE color: 5929611.
HSL color Cylindrical-coordinate representation of color #8B7A5A: hue angle of 39.18º 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 #8B7A5A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 90 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.45 |
| HSL | 39.18º | 0.21% | 0.45% | - |
| HSV(B) | 39.18º | 0.35% | 0.55% | - |
| XYZ | 19.45 | 20.15 | 12.54 | - |
| YUV | 123.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 90 | 0 | 0.12 | 0.35 | 0.45 | 39.18 | 0.21 | 0.45 |
| Hex | 8B | 7A | 5A | 0 | C | 23 | 2D | 27 | 15 | 2D |
| Octal | 213 | 172 | 132 | 0 | 14 | 43 | 55 | 47 | 25 | 55 |
| Binary | 10001011 | 1111010 | 1011010 | 0 | 1100 | 100011 | 101101 | 100111 | 10101 | 101101 |
Color Harmonies of #8B7A5A
Complementary color
Monochromatic Colors of #8B7A5A
Black with #8B7A5A
Text Example
Text Example
White with #8B7A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A5A; }
p { color: rgb(139,122,90); }
H1.HeaderClassName
{
color: #8B7A5A;
}
.AnyTagClassName
{
color: #8B7A5A;
}
</style>
background-color css
<style>
a { background-color: #8B7A5A; }
a { background-color: rgb(139,122,90); }
div.DivClassName
{
background-color: #8B7A5A;
}
.BgClassName
{
background-color: #8B7A5A;
}
</style>
border-color css
<style>
span { border-color: #8B7A5A; }
span { border-color: rgb(139,122,90); }
td.TdClassName
{
border-color: #8B7A5A;
}
.TagClassName
{
border-color: #8B7A5A;
}
</style>