Shades of Clay Creek #8B8353
Tints of Clay Creek #8B8353
RGB
CMYK
RGB Variations
Color information
#8B8353 (or 0x8B8353) is known color: Clay Creek. HEX triplet: 8B, 83 and 53. RGB value is (139,131,83). Sum of RGB (Red+Green+Blue) = 139+131+83=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8353 is #747CAC. Grayscale: #808080. Windows color (decimal): -7634093 or 5473163. OLE color: 5473163.
HSL color Cylindrical-coordinate representation of color #8B8353: hue angle of 51.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B8353 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 131 | 83 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.45 |
| HSL | 51.43º | 0.25% | 0.44% | - |
| HSV(B) | 51.43º | 0.4% | 0.55% | - |
| XYZ | 20.33 | 22.35 | 11.43 | - |
| YUV | 127.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 83 | 0 | 0.06 | 0.40 | 0.45 | 51.43 | 0.25 | 0.44 |
| Hex | 8B | 83 | 53 | 0 | 6 | 28 | 2D | 33 | 19 | 2C |
| Octal | 213 | 203 | 123 | 0 | 6 | 50 | 55 | 63 | 31 | 54 |
| Binary | 10001011 | 10000011 | 1010011 | 0 | 110 | 101000 | 101101 | 110011 | 11001 | 101100 |
Color Harmonies of #8B8353
Complementary color
Monochromatic Colors of #8B8353
Black with #8B8353
Text Example
Text Example
White with #8B8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8353; }
p { color: rgb(139,131,83); }
H1.HeaderClassName
{
color: #8B8353;
}
.AnyTagClassName
{
color: #8B8353;
}
</style>
background-color css
<style>
a { background-color: #8B8353; }
a { background-color: rgb(139,131,83); }
div.DivClassName
{
background-color: #8B8353;
}
.BgClassName
{
background-color: #8B8353;
}
</style>
border-color css
<style>
span { border-color: #8B8353; }
span { border-color: rgb(139,131,83); }
td.TdClassName
{
border-color: #8B8353;
}
.TagClassName
{
border-color: #8B8353;
}
</style>