Shades of Clay Creek #927D4A
Tints of Clay Creek #927D4A
RGB
CMYK
RGB Variations
Color information
#927D4A (or 0x927D4A) is known color: Clay Creek. HEX triplet: 92, 7D and 4A. RGB value is (146,125,74). Sum of RGB (Red+Green+Blue) = 146+125+74=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #927D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D4A is #6D82B5. Grayscale: #7D7D7D. Windows color (decimal): -7176886 or 4881810. OLE color: 4881810.
HSL color Cylindrical-coordinate representation of color #927D4A: hue angle of 42.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #927D4A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 74 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.43 |
| HSL | 42.5º | 0.33% | 0.43% | - |
| HSV(B) | 42.5º | 0.49% | 0.57% | - |
| XYZ | 20.42 | 21.27 | 9.51 | - |
| YUV | 125.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 74 | 0 | 0.14 | 0.49 | 0.43 | 42.5 | 0.33 | 0.43 |
| Hex | 92 | 7D | 4A | 0 | E | 31 | 2B | 2A | 21 | 2B |
| Octal | 222 | 175 | 112 | 0 | 16 | 61 | 53 | 52 | 41 | 53 |
| Binary | 10010010 | 1111101 | 1001010 | 0 | 1110 | 110001 | 101011 | 101010 | 100001 | 101011 |
Color Harmonies of #927D4A
Complementary color
Monochromatic Colors of #927D4A
Black with #927D4A
Text Example
Text Example
White with #927D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D4A; }
p { color: rgb(146,125,74); }
H1.HeaderClassName
{
color: #927D4A;
}
.AnyTagClassName
{
color: #927D4A;
}
</style>
background-color css
<style>
a { background-color: #927D4A; }
a { background-color: rgb(146,125,74); }
div.DivClassName
{
background-color: #927D4A;
}
.BgClassName
{
background-color: #927D4A;
}
</style>
border-color css
<style>
span { border-color: #927D4A; }
span { border-color: rgb(146,125,74); }
td.TdClassName
{
border-color: #927D4A;
}
.TagClassName
{
border-color: #927D4A;
}
</style>