Shades of Clay Creek #927D55
Tints of Clay Creek #927D55
RGB
CMYK
RGB Variations
Color information
#927D55 (or 0x927D55) is known color: Clay Creek. HEX triplet: 92, 7D and 55. RGB value is (146,125,85). Sum of RGB (Red+Green+Blue) = 146+125+85=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #927D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D55 is #6D82AA. Grayscale: #7E7E7E. Windows color (decimal): -7176875 or 5602706. OLE color: 5602706.
HSL color Cylindrical-coordinate representation of color #927D55: hue angle of 39.34º degrees, saturation: 0.26, 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 #927D55 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 85 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.43 |
| HSL | 39.34º | 0.26% | 0.45% | - |
| HSV(B) | 39.34º | 0.42% | 0.57% | - |
| XYZ | 20.83 | 21.43 | 11.63 | - |
| YUV | 126.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 85 | 0 | 0.14 | 0.42 | 0.43 | 39.34 | 0.26 | 0.45 |
| Hex | 92 | 7D | 55 | 0 | E | 2A | 2B | 27 | 1A | 2D |
| Octal | 222 | 175 | 125 | 0 | 16 | 52 | 53 | 47 | 32 | 55 |
| Binary | 10010010 | 1111101 | 1010101 | 0 | 1110 | 101010 | 101011 | 100111 | 11010 | 101101 |
Color Harmonies of #927D55
Complementary color
Monochromatic Colors of #927D55
Black with #927D55
Text Example
Text Example
White with #927D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D55; }
p { color: rgb(146,125,85); }
H1.HeaderClassName
{
color: #927D55;
}
.AnyTagClassName
{
color: #927D55;
}
</style>
background-color css
<style>
a { background-color: #927D55; }
a { background-color: rgb(146,125,85); }
div.DivClassName
{
background-color: #927D55;
}
.BgClassName
{
background-color: #927D55;
}
</style>
border-color css
<style>
span { border-color: #927D55; }
span { border-color: rgb(146,125,85); }
td.TdClassName
{
border-color: #927D55;
}
.TagClassName
{
border-color: #927D55;
}
</style>