Shades of Clay Creek #92875A
Tints of Clay Creek #92875A
RGB
CMYK
RGB Variations
Color information
#92875A (or 0x92875A) is known color: Clay Creek. HEX triplet: 92, 87 and 5A. RGB value is (146,135,90). Sum of RGB (Red+Green+Blue) = 146+135+90=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #92875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92875A is #6D78A5. Grayscale: #858585. Windows color (decimal): -7174310 or 5932946. OLE color: 5932946.
HSL color Cylindrical-coordinate representation of color #92875A: hue angle of 48.21º degrees, saturation: 0.24, 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 #92875A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 90 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.43 |
| HSL | 48.21º | 0.24% | 0.46% | - |
| HSV(B) | 48.21º | 0.38% | 0.57% | - |
| XYZ | 22.36 | 24.18 | 13.16 | - |
| YUV | 133.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 90 | 0 | 0.08 | 0.38 | 0.43 | 48.21 | 0.24 | 0.46 |
| Hex | 92 | 87 | 5A | 0 | 8 | 26 | 2B | 30 | 18 | 2E |
| Octal | 222 | 207 | 132 | 0 | 10 | 46 | 53 | 60 | 30 | 56 |
| Binary | 10010010 | 10000111 | 1011010 | 0 | 1000 | 100110 | 101011 | 110000 | 11000 | 101110 |
Color Harmonies of #92875A
Complementary color
Monochromatic Colors of #92875A
Black with #92875A
Text Example
Text Example
White with #92875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92875A; }
p { color: rgb(146,135,90); }
H1.HeaderClassName
{
color: #92875A;
}
.AnyTagClassName
{
color: #92875A;
}
</style>
background-color css
<style>
a { background-color: #92875A; }
a { background-color: rgb(146,135,90); }
div.DivClassName
{
background-color: #92875A;
}
.BgClassName
{
background-color: #92875A;
}
</style>
border-color css
<style>
span { border-color: #92875A; }
span { border-color: rgb(146,135,90); }
td.TdClassName
{
border-color: #92875A;
}
.TagClassName
{
border-color: #92875A;
}
</style>