Shades of Clay Creek #927D52
Tints of Clay Creek #927D52
RGB
CMYK
RGB Variations
Color information
#927D52 (or 0x927D52) is known color: Clay Creek. HEX triplet: 92, 7D and 52. RGB value is (146,125,82). Sum of RGB (Red+Green+Blue) = 146+125+82=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #927D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D52 is #6D82AD. Grayscale: #7E7E7E. Windows color (decimal): -7176878 or 5406098. OLE color: 5406098.
HSL color Cylindrical-coordinate representation of color #927D52: hue angle of 40.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927D52 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 82 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.43 |
| HSL | 40.31º | 0.28% | 0.45% | - |
| HSV(B) | 40.31º | 0.44% | 0.57% | - |
| XYZ | 20.71 | 21.39 | 11.02 | - |
| YUV | 126.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 82 | 0 | 0.14 | 0.44 | 0.43 | 40.31 | 0.28 | 0.45 |
| Hex | 92 | 7D | 52 | 0 | E | 2C | 2B | 28 | 1C | 2D |
| Octal | 222 | 175 | 122 | 0 | 16 | 54 | 53 | 50 | 34 | 55 |
| Binary | 10010010 | 1111101 | 1010010 | 0 | 1110 | 101100 | 101011 | 101000 | 11100 | 101101 |
Color Harmonies of #927D52
Complementary color
Monochromatic Colors of #927D52
Black with #927D52
Text Example
Text Example
White with #927D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D52; }
p { color: rgb(146,125,82); }
H1.HeaderClassName
{
color: #927D52;
}
.AnyTagClassName
{
color: #927D52;
}
</style>
background-color css
<style>
a { background-color: #927D52; }
a { background-color: rgb(146,125,82); }
div.DivClassName
{
background-color: #927D52;
}
.BgClassName
{
background-color: #927D52;
}
</style>
border-color css
<style>
span { border-color: #927D52; }
span { border-color: rgb(146,125,82); }
td.TdClassName
{
border-color: #927D52;
}
.TagClassName
{
border-color: #927D52;
}
</style>