Shades of Clay Creek #8D8352
Tints of Clay Creek #8D8352
RGB
CMYK
RGB Variations
Color information
#8D8352 (or 0x8D8352) is known color: Clay Creek. HEX triplet: 8D, 83 and 52. RGB value is (141,131,82). Sum of RGB (Red+Green+Blue) = 141+131+82=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8352 is #727CAD. Grayscale: #808080. Windows color (decimal): -7503022 or 5407629. OLE color: 5407629.
HSL color Cylindrical-coordinate representation of color #8D8352: hue angle of 49.83º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D8352 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 82 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.45 |
| HSL | 49.83º | 0.26% | 0.44% | - |
| HSV(B) | 49.83º | 0.42% | 0.55% | - |
| XYZ | 20.62 | 22.5 | 11.24 | - |
| YUV | 128.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 82 | 0 | 0.07 | 0.42 | 0.45 | 49.83 | 0.26 | 0.44 |
| Hex | 8D | 83 | 52 | 0 | 7 | 2A | 2D | 32 | 1A | 2C |
| Octal | 215 | 203 | 122 | 0 | 7 | 52 | 55 | 62 | 32 | 54 |
| Binary | 10001101 | 10000011 | 1010010 | 0 | 111 | 101010 | 101101 | 110010 | 11010 | 101100 |
Color Harmonies of #8D8352
Complementary color
Monochromatic Colors of #8D8352
Black with #8D8352
Text Example
Text Example
White with #8D8352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8352; }
p { color: rgb(141,131,82); }
H1.HeaderClassName
{
color: #8D8352;
}
.AnyTagClassName
{
color: #8D8352;
}
</style>
background-color css
<style>
a { background-color: #8D8352; }
a { background-color: rgb(141,131,82); }
div.DivClassName
{
background-color: #8D8352;
}
.BgClassName
{
background-color: #8D8352;
}
</style>
border-color css
<style>
span { border-color: #8D8352; }
span { border-color: rgb(141,131,82); }
td.TdClassName
{
border-color: #8D8352;
}
.TagClassName
{
border-color: #8D8352;
}
</style>