Shades of Clay Creek #8F834B
Tints of Clay Creek #8F834B
RGB
CMYK
RGB Variations
Color information
#8F834B (or 0x8F834B) is known color: Clay Creek. HEX triplet: 8F, 83 and 4B. RGB value is (143,131,75). Sum of RGB (Red+Green+Blue) = 143+131+75=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F834B is #707CB4. Grayscale: #808080. Windows color (decimal): -7371957 or 4948879. OLE color: 4948879.
HSL color Cylindrical-coordinate representation of color #8F834B: hue angle of 49.41º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F834B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 75 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.44 |
| HSL | 49.41º | 0.31% | 0.43% | - |
| HSV(B) | 49.41º | 0.48% | 0.56% | - |
| XYZ | 20.71 | 22.58 | 9.92 | - |
| YUV | 128.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 75 | 0 | 0.08 | 0.48 | 0.44 | 49.41 | 0.31 | 0.43 |
| Hex | 8F | 83 | 4B | 0 | 8 | 30 | 2C | 31 | 1F | 2B |
| Octal | 217 | 203 | 113 | 0 | 10 | 60 | 54 | 61 | 37 | 53 |
| Binary | 10001111 | 10000011 | 1001011 | 0 | 1000 | 110000 | 101100 | 110001 | 11111 | 101011 |
Color Harmonies of #8F834B
Complementary color
Monochromatic Colors of #8F834B
Black with #8F834B
Text Example
Text Example
White with #8F834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F834B; }
p { color: rgb(143,131,75); }
H1.HeaderClassName
{
color: #8F834B;
}
.AnyTagClassName
{
color: #8F834B;
}
</style>
background-color css
<style>
a { background-color: #8F834B; }
a { background-color: rgb(143,131,75); }
div.DivClassName
{
background-color: #8F834B;
}
.BgClassName
{
background-color: #8F834B;
}
</style>
border-color css
<style>
span { border-color: #8F834B; }
span { border-color: rgb(143,131,75); }
td.TdClassName
{
border-color: #8F834B;
}
.TagClassName
{
border-color: #8F834B;
}
</style>