Shades of Clay Creek #927D51
Tints of Clay Creek #927D51
RGB
CMYK
RGB Variations
Color information
#927D51 (or 0x927D51) is known color: Clay Creek. HEX triplet: 92, 7D and 51. RGB value is (146,125,81). Sum of RGB (Red+Green+Blue) = 146+125+81=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #927D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D51 is #6D82AE. Grayscale: #7E7E7E. Windows color (decimal): -7176879 or 5340562. OLE color: 5340562.
HSL color Cylindrical-coordinate representation of color #927D51: hue angle of 40.62º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #927D51 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 81 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.43 |
| HSL | 40.62º | 0.29% | 0.45% | - |
| HSV(B) | 40.62º | 0.45% | 0.57% | - |
| XYZ | 20.67 | 21.37 | 10.82 | - |
| YUV | 126.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 81 | 0 | 0.14 | 0.45 | 0.43 | 40.62 | 0.29 | 0.45 |
| Hex | 92 | 7D | 51 | 0 | E | 2D | 2B | 29 | 1D | 2D |
| Octal | 222 | 175 | 121 | 0 | 16 | 55 | 53 | 51 | 35 | 55 |
| Binary | 10010010 | 1111101 | 1010001 | 0 | 1110 | 101101 | 101011 | 101001 | 11101 | 101101 |
Color Harmonies of #927D51
Complementary color
Monochromatic Colors of #927D51
Black with #927D51
Text Example
Text Example
White with #927D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D51; }
p { color: rgb(146,125,81); }
H1.HeaderClassName
{
color: #927D51;
}
.AnyTagClassName
{
color: #927D51;
}
</style>
background-color css
<style>
a { background-color: #927D51; }
a { background-color: rgb(146,125,81); }
div.DivClassName
{
background-color: #927D51;
}
.BgClassName
{
background-color: #927D51;
}
</style>
border-color css
<style>
span { border-color: #927D51; }
span { border-color: rgb(146,125,81); }
td.TdClassName
{
border-color: #927D51;
}
.TagClassName
{
border-color: #927D51;
}
</style>