Shades of Clay Creek #8B7A5B
Tints of Clay Creek #8B7A5B
RGB
CMYK
RGB Variations
Color information
#8B7A5B (or 0x8B7A5B) is known color: Clay Creek. HEX triplet: 8B, 7A and 5B. RGB value is (139,122,91). Sum of RGB (Red+Green+Blue) = 139+122+91=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A5B is #7485A4. Grayscale: #7B7B7B. Windows color (decimal): -7636389 or 5995147. OLE color: 5995147.
HSL color Cylindrical-coordinate representation of color #8B7A5B: hue angle of 38.75º 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 #8B7A5B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 91 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.45 |
| HSL | 38.75º | 0.21% | 0.45% | - |
| HSV(B) | 38.75º | 0.35% | 0.55% | - |
| XYZ | 19.5 | 20.16 | 12.76 | - |
| YUV | 123.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 91 | 0 | 0.12 | 0.35 | 0.45 | 38.75 | 0.21 | 0.45 |
| Hex | 8B | 7A | 5B | 0 | C | 23 | 2D | 27 | 15 | 2D |
| Octal | 213 | 172 | 133 | 0 | 14 | 43 | 55 | 47 | 25 | 55 |
| Binary | 10001011 | 1111010 | 1011011 | 0 | 1100 | 100011 | 101101 | 100111 | 10101 | 101101 |
Color Harmonies of #8B7A5B
Complementary color
Monochromatic Colors of #8B7A5B
Black with #8B7A5B
Text Example
Text Example
White with #8B7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A5B; }
p { color: rgb(139,122,91); }
H1.HeaderClassName
{
color: #8B7A5B;
}
.AnyTagClassName
{
color: #8B7A5B;
}
</style>
background-color css
<style>
a { background-color: #8B7A5B; }
a { background-color: rgb(139,122,91); }
div.DivClassName
{
background-color: #8B7A5B;
}
.BgClassName
{
background-color: #8B7A5B;
}
</style>
border-color css
<style>
span { border-color: #8B7A5B; }
span { border-color: rgb(139,122,91); }
td.TdClassName
{
border-color: #8B7A5B;
}
.TagClassName
{
border-color: #8B7A5B;
}
</style>