Shades of Clay Creek #8B8455
Tints of Clay Creek #8B8455
RGB
CMYK
RGB Variations
Color information
#8B8455 (or 0x8B8455) is known color: Clay Creek. HEX triplet: 8B, 84 and 55. RGB value is (139,132,85). Sum of RGB (Red+Green+Blue) = 139+132+85=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8455 is #747BAA. Grayscale: #808080. Windows color (decimal): -7633835 or 5604491. OLE color: 5604491.
HSL color Cylindrical-coordinate representation of color #8B8455: hue angle of 52.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B8455 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 85 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.45 |
| HSL | 52.22º | 0.24% | 0.44% | - |
| HSV(B) | 52.22º | 0.39% | 0.55% | - |
| XYZ | 20.54 | 22.65 | 11.88 | - |
| YUV | 128.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 85 | 0 | 0.05 | 0.39 | 0.45 | 52.22 | 0.24 | 0.44 |
| Hex | 8B | 84 | 55 | 0 | 5 | 27 | 2D | 34 | 18 | 2C |
| Octal | 213 | 204 | 125 | 0 | 5 | 47 | 55 | 64 | 30 | 54 |
| Binary | 10001011 | 10000100 | 1010101 | 0 | 101 | 100111 | 101101 | 110100 | 11000 | 101100 |
Color Harmonies of #8B8455
Complementary color
Monochromatic Colors of #8B8455
Black with #8B8455
Text Example
Text Example
White with #8B8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8455; }
p { color: rgb(139,132,85); }
H1.HeaderClassName
{
color: #8B8455;
}
.AnyTagClassName
{
color: #8B8455;
}
</style>
background-color css
<style>
a { background-color: #8B8455; }
a { background-color: rgb(139,132,85); }
div.DivClassName
{
background-color: #8B8455;
}
.BgClassName
{
background-color: #8B8455;
}
</style>
border-color css
<style>
span { border-color: #8B8455; }
span { border-color: rgb(139,132,85); }
td.TdClassName
{
border-color: #8B8455;
}
.TagClassName
{
border-color: #8B8455;
}
</style>