Shades of Clay Creek #92845B
Tints of Clay Creek #92845B
RGB
CMYK
RGB Variations
Color information
#92845B (or 0x92845B) is known color: Clay Creek. HEX triplet: 92, 84 and 5B. RGB value is (146,132,91). Sum of RGB (Red+Green+Blue) = 146+132+91=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92845B is #6D7BA4. Grayscale: #838383. Windows color (decimal): -7175077 or 5997714. OLE color: 5997714.
HSL color Cylindrical-coordinate representation of color #92845B: hue angle of 44.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92845B is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 91 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.43 |
| HSL | 44.73º | 0.23% | 0.46% | - |
| HSV(B) | 44.73º | 0.38% | 0.57% | - |
| XYZ | 21.99 | 23.37 | 13.25 | - |
| YUV | 131.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 91 | 0 | 0.10 | 0.38 | 0.43 | 44.73 | 0.23 | 0.46 |
| Hex | 92 | 84 | 5B | 0 | A | 26 | 2B | 2D | 17 | 2E |
| Octal | 222 | 204 | 133 | 0 | 12 | 46 | 53 | 55 | 27 | 56 |
| Binary | 10010010 | 10000100 | 1011011 | 0 | 1010 | 100110 | 101011 | 101101 | 10111 | 101110 |
Color Harmonies of #92845B
Complementary color
Monochromatic Colors of #92845B
Black with #92845B
Text Example
Text Example
White with #92845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92845B; }
p { color: rgb(146,132,91); }
H1.HeaderClassName
{
color: #92845B;
}
.AnyTagClassName
{
color: #92845B;
}
</style>
background-color css
<style>
a { background-color: #92845B; }
a { background-color: rgb(146,132,91); }
div.DivClassName
{
background-color: #92845B;
}
.BgClassName
{
background-color: #92845B;
}
</style>
border-color css
<style>
span { border-color: #92845B; }
span { border-color: rgb(146,132,91); }
td.TdClassName
{
border-color: #92845B;
}
.TagClassName
{
border-color: #92845B;
}
</style>