Shades of Clay Creek #8B8356
Tints of Clay Creek #8B8356
RGB
CMYK
RGB Variations
Color information
#8B8356 (or 0x8B8356) is known color: Clay Creek. HEX triplet: 8B, 83 and 56. RGB value is (139,131,86). Sum of RGB (Red+Green+Blue) = 139+131+86=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8356 is #747CA9. Grayscale: #808080. Windows color (decimal): -7634090 or 5669771. OLE color: 5669771.
HSL color Cylindrical-coordinate representation of color #8B8356: hue angle of 50.94º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B8356 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 131 | 86 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.45 |
| HSL | 50.94º | 0.24% | 0.44% | - |
| HSV(B) | 50.94º | 0.38% | 0.55% | - |
| XYZ | 20.44 | 22.39 | 12.05 | - |
| YUV | 128.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 86 | 0 | 0.06 | 0.38 | 0.45 | 50.94 | 0.24 | 0.44 |
| Hex | 8B | 83 | 56 | 0 | 6 | 26 | 2D | 33 | 18 | 2C |
| Octal | 213 | 203 | 126 | 0 | 6 | 46 | 55 | 63 | 30 | 54 |
| Binary | 10001011 | 10000011 | 1010110 | 0 | 110 | 100110 | 101101 | 110011 | 11000 | 101100 |
Color Harmonies of #8B8356
Complementary color
Monochromatic Colors of #8B8356
Black with #8B8356
Text Example
Text Example
White with #8B8356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8356; }
p { color: rgb(139,131,86); }
H1.HeaderClassName
{
color: #8B8356;
}
.AnyTagClassName
{
color: #8B8356;
}
</style>
background-color css
<style>
a { background-color: #8B8356; }
a { background-color: rgb(139,131,86); }
div.DivClassName
{
background-color: #8B8356;
}
.BgClassName
{
background-color: #8B8356;
}
</style>
border-color css
<style>
span { border-color: #8B8356; }
span { border-color: rgb(139,131,86); }
td.TdClassName
{
border-color: #8B8356;
}
.TagClassName
{
border-color: #8B8356;
}
</style>