Shades of Clay Creek #927F54
Tints of Clay Creek #927F54
RGB
CMYK
RGB Variations
Color information
#927F54 (or 0x927F54) is known color: Clay Creek. HEX triplet: 92, 7F and 54. RGB value is (146,127,84). Sum of RGB (Red+Green+Blue) = 146+127+84=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #927F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F54 is #6D80AB. Grayscale: #7F7F7F. Windows color (decimal): -7176364 or 5537682. OLE color: 5537682.
HSL color Cylindrical-coordinate representation of color #927F54: hue angle of 41.61º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927F54 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 84 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.43 |
| HSL | 41.61º | 0.27% | 0.45% | - |
| HSV(B) | 41.61º | 0.42% | 0.57% | - |
| XYZ | 21.04 | 21.93 | 11.51 | - |
| YUV | 127.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 84 | 0 | 0.13 | 0.42 | 0.43 | 41.61 | 0.27 | 0.45 |
| Hex | 92 | 7F | 54 | 0 | D | 2A | 2B | 2A | 1B | 2D |
| Octal | 222 | 177 | 124 | 0 | 15 | 52 | 53 | 52 | 33 | 55 |
| Binary | 10010010 | 1111111 | 1010100 | 0 | 1101 | 101010 | 101011 | 101010 | 11011 | 101101 |
Color Harmonies of #927F54
Complementary color
Monochromatic Colors of #927F54
Black with #927F54
Text Example
Text Example
White with #927F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F54; }
p { color: rgb(146,127,84); }
H1.HeaderClassName
{
color: #927F54;
}
.AnyTagClassName
{
color: #927F54;
}
</style>
background-color css
<style>
a { background-color: #927F54; }
a { background-color: rgb(146,127,84); }
div.DivClassName
{
background-color: #927F54;
}
.BgClassName
{
background-color: #927F54;
}
</style>
border-color css
<style>
span { border-color: #927F54; }
span { border-color: rgb(146,127,84); }
td.TdClassName
{
border-color: #927F54;
}
.TagClassName
{
border-color: #927F54;
}
</style>