Shades of Clay Creek #92834C
Tints of Clay Creek #92834C
RGB
CMYK
RGB Variations
Color information
#92834C (or 0x92834C) is known color: Clay Creek. HEX triplet: 92, 83 and 4C. RGB value is (146,131,76). Sum of RGB (Red+Green+Blue) = 146+131+76=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92834C is #6D7CB3. Grayscale: #818181. Windows color (decimal): -7175348 or 5014418. OLE color: 5014418.
HSL color Cylindrical-coordinate representation of color #92834C: hue angle of 47.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92834C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 76 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.43 |
| HSL | 47.14º | 0.32% | 0.44% | - |
| HSV(B) | 47.14º | 0.48% | 0.57% | - |
| XYZ | 21.27 | 22.87 | 10.13 | - |
| YUV | 129.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 76 | 0 | 0.10 | 0.48 | 0.43 | 47.14 | 0.32 | 0.44 |
| Hex | 92 | 83 | 4C | 0 | A | 30 | 2B | 2F | 20 | 2C |
| Octal | 222 | 203 | 114 | 0 | 12 | 60 | 53 | 57 | 40 | 54 |
| Binary | 10010010 | 10000011 | 1001100 | 0 | 1010 | 110000 | 101011 | 101111 | 100000 | 101100 |
Color Harmonies of #92834C
Complementary color
Monochromatic Colors of #92834C
Black with #92834C
Text Example
Text Example
White with #92834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92834C; }
p { color: rgb(146,131,76); }
H1.HeaderClassName
{
color: #92834C;
}
.AnyTagClassName
{
color: #92834C;
}
</style>
background-color css
<style>
a { background-color: #92834C; }
a { background-color: rgb(146,131,76); }
div.DivClassName
{
background-color: #92834C;
}
.BgClassName
{
background-color: #92834C;
}
</style>
border-color css
<style>
span { border-color: #92834C; }
span { border-color: rgb(146,131,76); }
td.TdClassName
{
border-color: #92834C;
}
.TagClassName
{
border-color: #92834C;
}
</style>