Shades of Clay Creek #948C52
Tints of Clay Creek #948C52
RGB
CMYK
RGB Variations
Color information
#948C52 (or 0x948C52) is known color: Clay Creek. HEX triplet: 94, 8C and 52. RGB value is (148,140,82). Sum of RGB (Red+Green+Blue) = 148+140+82=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #948C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C52 is #6B73AD. Grayscale: #888888. Windows color (decimal): -7041966 or 5409940. OLE color: 5409940.
HSL color Cylindrical-coordinate representation of color #948C52: hue angle of 52.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #948C52 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 82 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.42 |
| HSL | 52.73º | 0.29% | 0.45% | - |
| HSV(B) | 52.73º | 0.45% | 0.58% | - |
| XYZ | 23.11 | 25.66 | 11.72 | - |
| YUV | 135.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 82 | 0 | 0.05 | 0.45 | 0.42 | 52.73 | 0.29 | 0.45 |
| Hex | 94 | 8C | 52 | 0 | 5 | 2D | 2A | 35 | 1D | 2D |
| Octal | 224 | 214 | 122 | 0 | 5 | 55 | 52 | 65 | 35 | 55 |
| Binary | 10010100 | 10001100 | 1010010 | 0 | 101 | 101101 | 101010 | 110101 | 11101 | 101101 |
Color Harmonies of #948C52
Complementary color
Monochromatic Colors of #948C52
Black with #948C52
Text Example
Text Example
White with #948C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C52; }
p { color: rgb(148,140,82); }
H1.HeaderClassName
{
color: #948C52;
}
.AnyTagClassName
{
color: #948C52;
}
</style>
background-color css
<style>
a { background-color: #948C52; }
a { background-color: rgb(148,140,82); }
div.DivClassName
{
background-color: #948C52;
}
.BgClassName
{
background-color: #948C52;
}
</style>
border-color css
<style>
span { border-color: #948C52; }
span { border-color: rgb(148,140,82); }
td.TdClassName
{
border-color: #948C52;
}
.TagClassName
{
border-color: #948C52;
}
</style>