Shades of Clay Creek #92844D
Tints of Clay Creek #92844D
RGB
CMYK
RGB Variations
Color information
#92844D (or 0x92844D) is known color: Clay Creek. HEX triplet: 92, 84 and 4D. RGB value is (146,132,77). Sum of RGB (Red+Green+Blue) = 146+132+77=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92844D is #6D7BB2. Grayscale: #828282. Windows color (decimal): -7175091 or 5080210. OLE color: 5080210.
HSL color Cylindrical-coordinate representation of color #92844D: hue angle of 47.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92844D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 77 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.43 |
| HSL | 47.83º | 0.31% | 0.44% | - |
| HSV(B) | 47.83º | 0.47% | 0.57% | - |
| XYZ | 21.44 | 23.15 | 10.36 | - |
| YUV | 129.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 77 | 0 | 0.10 | 0.47 | 0.43 | 47.83 | 0.31 | 0.44 |
| Hex | 92 | 84 | 4D | 0 | A | 2F | 2B | 30 | 1F | 2C |
| Octal | 222 | 204 | 115 | 0 | 12 | 57 | 53 | 60 | 37 | 54 |
| Binary | 10010010 | 10000100 | 1001101 | 0 | 1010 | 101111 | 101011 | 110000 | 11111 | 101100 |
Color Harmonies of #92844D
Complementary color
Monochromatic Colors of #92844D
Black with #92844D
Text Example
Text Example
White with #92844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92844D; }
p { color: rgb(146,132,77); }
H1.HeaderClassName
{
color: #92844D;
}
.AnyTagClassName
{
color: #92844D;
}
</style>
background-color css
<style>
a { background-color: #92844D; }
a { background-color: rgb(146,132,77); }
div.DivClassName
{
background-color: #92844D;
}
.BgClassName
{
background-color: #92844D;
}
</style>
border-color css
<style>
span { border-color: #92844D; }
span { border-color: rgb(146,132,77); }
td.TdClassName
{
border-color: #92844D;
}
.TagClassName
{
border-color: #92844D;
}
</style>