Shades of Clay Creek #937F4D
Tints of Clay Creek #937F4D
RGB
CMYK
RGB Variations
Color information
#937F4D (or 0x937F4D) is known color: Clay Creek. HEX triplet: 93, 7F and 4D. RGB value is (147,127,77). Sum of RGB (Red+Green+Blue) = 147+127+77=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #937F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F4D is #6C80B2. Grayscale: #7F7F7F. Windows color (decimal): -7110835 or 5078931. OLE color: 5078931.
HSL color Cylindrical-coordinate representation of color #937F4D: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #937F4D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 77 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.42 |
| HSL | 42.86º | 0.31% | 0.44% | - |
| HSV(B) | 42.86º | 0.48% | 0.58% | - |
| XYZ | 20.96 | 21.92 | 10.15 | - |
| YUV | 127.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 77 | 0 | 0.14 | 0.48 | 0.42 | 42.86 | 0.31 | 0.44 |
| Hex | 93 | 7F | 4D | 0 | E | 30 | 2A | 2B | 1F | 2C |
| Octal | 223 | 177 | 115 | 0 | 16 | 60 | 52 | 53 | 37 | 54 |
| Binary | 10010011 | 1111111 | 1001101 | 0 | 1110 | 110000 | 101010 | 101011 | 11111 | 101100 |
Color Harmonies of #937F4D
Complementary color
Monochromatic Colors of #937F4D
Black with #937F4D
Text Example
Text Example
White with #937F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F4D; }
p { color: rgb(147,127,77); }
H1.HeaderClassName
{
color: #937F4D;
}
.AnyTagClassName
{
color: #937F4D;
}
</style>
background-color css
<style>
a { background-color: #937F4D; }
a { background-color: rgb(147,127,77); }
div.DivClassName
{
background-color: #937F4D;
}
.BgClassName
{
background-color: #937F4D;
}
</style>
border-color css
<style>
span { border-color: #937F4D; }
span { border-color: rgb(147,127,77); }
td.TdClassName
{
border-color: #937F4D;
}
.TagClassName
{
border-color: #937F4D;
}
</style>