Shades of Clay Creek #8B8755
Tints of Clay Creek #8B8755
RGB
CMYK
RGB Variations
Color information
#8B8755 (or 0x8B8755) is known color: Clay Creek. HEX triplet: 8B, 87 and 55. RGB value is (139,135,85). Sum of RGB (Red+Green+Blue) = 139+135+85=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8755 is #7478AA. Grayscale: #828282. Windows color (decimal): -7633067 or 5605259. OLE color: 5605259.
HSL color Cylindrical-coordinate representation of color #8B8755: hue angle of 55.56º 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 #8B8755 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 85 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.45 |
| HSL | 55.56º | 0.24% | 0.44% | - |
| HSV(B) | 55.56º | 0.39% | 0.55% | - |
| XYZ | 20.95 | 23.47 | 12.02 | - |
| YUV | 130.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 85 | 0 | 0.03 | 0.39 | 0.45 | 55.56 | 0.24 | 0.44 |
| Hex | 8B | 87 | 55 | 0 | 3 | 27 | 2D | 38 | 18 | 2C |
| Octal | 213 | 207 | 125 | 0 | 3 | 47 | 55 | 70 | 30 | 54 |
| Binary | 10001011 | 10000111 | 1010101 | 0 | 11 | 100111 | 101101 | 111000 | 11000 | 101100 |
Color Harmonies of #8B8755
Complementary color
Monochromatic Colors of #8B8755
Black with #8B8755
Text Example
Text Example
White with #8B8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8755; }
p { color: rgb(139,135,85); }
H1.HeaderClassName
{
color: #8B8755;
}
.AnyTagClassName
{
color: #8B8755;
}
</style>
background-color css
<style>
a { background-color: #8B8755; }
a { background-color: rgb(139,135,85); }
div.DivClassName
{
background-color: #8B8755;
}
.BgClassName
{
background-color: #8B8755;
}
</style>
border-color css
<style>
span { border-color: #8B8755; }
span { border-color: rgb(139,135,85); }
td.TdClassName
{
border-color: #8B8755;
}
.TagClassName
{
border-color: #8B8755;
}
</style>