Shades of Clay Creek #8F825C
Tints of Clay Creek #8F825C
RGB
CMYK
RGB Variations
Color information
#8F825C (or 0x8F825C) is known color: Clay Creek. HEX triplet: 8F, 82 and 5C. RGB value is (143,130,92). Sum of RGB (Red+Green+Blue) = 143+130+92=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F825C is #707DA3. Grayscale: #818181. Windows color (decimal): -7372196 or 6062735. OLE color: 6062735.
HSL color Cylindrical-coordinate representation of color #8F825C: hue angle of 44.71º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F825C is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 92 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.44 |
| HSL | 44.71º | 0.22% | 0.46% | - |
| HSV(B) | 44.71º | 0.36% | 0.56% | - |
| XYZ | 21.24 | 22.58 | 13.36 | - |
| YUV | 129.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 92 | 0 | 0.09 | 0.36 | 0.44 | 44.71 | 0.22 | 0.46 |
| Hex | 8F | 82 | 5C | 0 | 9 | 24 | 2C | 2D | 16 | 2E |
| Octal | 217 | 202 | 134 | 0 | 11 | 44 | 54 | 55 | 26 | 56 |
| Binary | 10001111 | 10000010 | 1011100 | 0 | 1001 | 100100 | 101100 | 101101 | 10110 | 101110 |
Color Harmonies of #8F825C
Complementary color
Monochromatic Colors of #8F825C
Black with #8F825C
Text Example
Text Example
White with #8F825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F825C; }
p { color: rgb(143,130,92); }
H1.HeaderClassName
{
color: #8F825C;
}
.AnyTagClassName
{
color: #8F825C;
}
</style>
background-color css
<style>
a { background-color: #8F825C; }
a { background-color: rgb(143,130,92); }
div.DivClassName
{
background-color: #8F825C;
}
.BgClassName
{
background-color: #8F825C;
}
</style>
border-color css
<style>
span { border-color: #8F825C; }
span { border-color: rgb(143,130,92); }
td.TdClassName
{
border-color: #8F825C;
}
.TagClassName
{
border-color: #8F825C;
}
</style>