Shades of Clay Creek #92835C
Tints of Clay Creek #92835C
RGB
CMYK
RGB Variations
Color information
#92835C (or 0x92835C) is known color: Clay Creek. HEX triplet: 92, 83 and 5C. RGB value is (146,131,92). Sum of RGB (Red+Green+Blue) = 146+131+92=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92835C is #6D7CA3. Grayscale: #838383. Windows color (decimal): -7175332 or 6062994. OLE color: 6062994.
HSL color Cylindrical-coordinate representation of color #92835C: hue angle of 43.33º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92835C is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 92 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.43 |
| HSL | 43.33º | 0.23% | 0.47% | - |
| HSV(B) | 43.33º | 0.37% | 0.57% | - |
| XYZ | 21.9 | 23.12 | 13.43 | - |
| YUV | 131.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 92 | 0 | 0.10 | 0.37 | 0.43 | 43.33 | 0.23 | 0.47 |
| Hex | 92 | 83 | 5C | 0 | A | 25 | 2B | 2B | 17 | 2F |
| Octal | 222 | 203 | 134 | 0 | 12 | 45 | 53 | 53 | 27 | 57 |
| Binary | 10010010 | 10000011 | 1011100 | 0 | 1010 | 100101 | 101011 | 101011 | 10111 | 101111 |
Color Harmonies of #92835C
Complementary color
Monochromatic Colors of #92835C
Black with #92835C
Text Example
Text Example
White with #92835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92835C; }
p { color: rgb(146,131,92); }
H1.HeaderClassName
{
color: #92835C;
}
.AnyTagClassName
{
color: #92835C;
}
</style>
background-color css
<style>
a { background-color: #92835C; }
a { background-color: rgb(146,131,92); }
div.DivClassName
{
background-color: #92835C;
}
.BgClassName
{
background-color: #92835C;
}
</style>
border-color css
<style>
span { border-color: #92835C; }
span { border-color: rgb(146,131,92); }
td.TdClassName
{
border-color: #92835C;
}
.TagClassName
{
border-color: #92835C;
}
</style>