Shades of Clay Creek #927E4D
Tints of Clay Creek #927E4D
RGB
CMYK
RGB Variations
Color information
#927E4D (or 0x927E4D) is known color: Clay Creek. HEX triplet: 92, 7E and 4D. RGB value is (146,126,77). Sum of RGB (Red+Green+Blue) = 146+126+77=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #927E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E4D is #6D81B2. Grayscale: #7E7E7E. Windows color (decimal): -7176627 or 5078674. OLE color: 5078674.
HSL color Cylindrical-coordinate representation of color #927E4D: hue angle of 42.61º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927E4D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 77 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.43 |
| HSL | 42.61º | 0.31% | 0.44% | - |
| HSV(B) | 42.61º | 0.47% | 0.57% | - |
| XYZ | 20.65 | 21.57 | 10.1 | - |
| YUV | 126.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 77 | 0 | 0.14 | 0.47 | 0.43 | 42.61 | 0.31 | 0.44 |
| Hex | 92 | 7E | 4D | 0 | E | 2F | 2B | 2B | 1F | 2C |
| Octal | 222 | 176 | 115 | 0 | 16 | 57 | 53 | 53 | 37 | 54 |
| Binary | 10010010 | 1111110 | 1001101 | 0 | 1110 | 101111 | 101011 | 101011 | 11111 | 101100 |
Color Harmonies of #927E4D
Complementary color
Monochromatic Colors of #927E4D
Black with #927E4D
Text Example
Text Example
White with #927E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E4D; }
p { color: rgb(146,126,77); }
H1.HeaderClassName
{
color: #927E4D;
}
.AnyTagClassName
{
color: #927E4D;
}
</style>
background-color css
<style>
a { background-color: #927E4D; }
a { background-color: rgb(146,126,77); }
div.DivClassName
{
background-color: #927E4D;
}
.BgClassName
{
background-color: #927E4D;
}
</style>
border-color css
<style>
span { border-color: #927E4D; }
span { border-color: rgb(146,126,77); }
td.TdClassName
{
border-color: #927E4D;
}
.TagClassName
{
border-color: #927E4D;
}
</style>