Shades of Clay Creek #8F8552
Tints of Clay Creek #8F8552
RGB
CMYK
RGB Variations
Color information
#8F8552 (or 0x8F8552) is known color: Clay Creek. HEX triplet: 8F, 85 and 52. RGB value is (143,133,82). Sum of RGB (Red+Green+Blue) = 143+133+82=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8552 is #707AAD. Grayscale: #828282. Windows color (decimal): -7371438 or 5408143. OLE color: 5408143.
HSL color Cylindrical-coordinate representation of color #8F8552: hue angle of 50.16º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F8552 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 82 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.44 |
| HSL | 50.16º | 0.27% | 0.44% | - |
| HSV(B) | 50.16º | 0.43% | 0.56% | - |
| XYZ | 21.24 | 23.22 | 11.35 | - |
| YUV | 130.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 82 | 0 | 0.07 | 0.43 | 0.44 | 50.16 | 0.27 | 0.44 |
| Hex | 8F | 85 | 52 | 0 | 7 | 2B | 2C | 32 | 1B | 2C |
| Octal | 217 | 205 | 122 | 0 | 7 | 53 | 54 | 62 | 33 | 54 |
| Binary | 10001111 | 10000101 | 1010010 | 0 | 111 | 101011 | 101100 | 110010 | 11011 | 101100 |
Color Harmonies of #8F8552
Complementary color
Monochromatic Colors of #8F8552
Black with #8F8552
Text Example
Text Example
White with #8F8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8552; }
p { color: rgb(143,133,82); }
H1.HeaderClassName
{
color: #8F8552;
}
.AnyTagClassName
{
color: #8F8552;
}
</style>
background-color css
<style>
a { background-color: #8F8552; }
a { background-color: rgb(143,133,82); }
div.DivClassName
{
background-color: #8F8552;
}
.BgClassName
{
background-color: #8F8552;
}
</style>
border-color css
<style>
span { border-color: #8F8552; }
span { border-color: rgb(143,133,82); }
td.TdClassName
{
border-color: #8F8552;
}
.TagClassName
{
border-color: #8F8552;
}
</style>