Shades of Clay Creek #8B8256
Tints of Clay Creek #8B8256
RGB
CMYK
RGB Variations
Color information
#8B8256 (or 0x8B8256) is known color: Clay Creek. HEX triplet: 8B, 82 and 56. RGB value is (139,130,86). Sum of RGB (Red+Green+Blue) = 139+130+86=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8256 is #747DA9. Grayscale: #7F7F7F. Windows color (decimal): -7634346 or 5669515. OLE color: 5669515.
HSL color Cylindrical-coordinate representation of color #8B8256: hue angle of 49.81º 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 #8B8256 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 86 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.45 |
| HSL | 49.81º | 0.24% | 0.44% | - |
| HSV(B) | 49.81º | 0.38% | 0.55% | - |
| XYZ | 20.31 | 22.13 | 12 | - |
| YUV | 127.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 86 | 0 | 0.06 | 0.38 | 0.45 | 49.81 | 0.24 | 0.44 |
| Hex | 8B | 82 | 56 | 0 | 6 | 26 | 2D | 32 | 18 | 2C |
| Octal | 213 | 202 | 126 | 0 | 6 | 46 | 55 | 62 | 30 | 54 |
| Binary | 10001011 | 10000010 | 1010110 | 0 | 110 | 100110 | 101101 | 110010 | 11000 | 101100 |
Color Harmonies of #8B8256
Complementary color
Monochromatic Colors of #8B8256
Black with #8B8256
Text Example
Text Example
White with #8B8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8256; }
p { color: rgb(139,130,86); }
H1.HeaderClassName
{
color: #8B8256;
}
.AnyTagClassName
{
color: #8B8256;
}
</style>
background-color css
<style>
a { background-color: #8B8256; }
a { background-color: rgb(139,130,86); }
div.DivClassName
{
background-color: #8B8256;
}
.BgClassName
{
background-color: #8B8256;
}
</style>
border-color css
<style>
span { border-color: #8B8256; }
span { border-color: rgb(139,130,86); }
td.TdClassName
{
border-color: #8B8256;
}
.TagClassName
{
border-color: #8B8256;
}
</style>