Shades of Clay Creek #94824D
Tints of Clay Creek #94824D
RGB
CMYK
RGB Variations
Color information
#94824D (or 0x94824D) is known color: Clay Creek. HEX triplet: 94, 82 and 4D. RGB value is (148,130,77). Sum of RGB (Red+Green+Blue) = 148+130+77=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94824D is #6B7DB2. Grayscale: #818181. Windows color (decimal): -7044531 or 5079700. OLE color: 5079700.
HSL color Cylindrical-coordinate representation of color #94824D: hue angle of 44.79º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94824D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 77 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.42 |
| HSL | 44.79º | 0.32% | 0.44% | - |
| HSV(B) | 44.79º | 0.48% | 0.58% | - |
| XYZ | 21.53 | 22.8 | 10.29 | - |
| YUV | 129.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 77 | 0 | 0.12 | 0.48 | 0.42 | 44.79 | 0.32 | 0.44 |
| Hex | 94 | 82 | 4D | 0 | C | 30 | 2A | 2D | 20 | 2C |
| Octal | 224 | 202 | 115 | 0 | 14 | 60 | 52 | 55 | 40 | 54 |
| Binary | 10010100 | 10000010 | 1001101 | 0 | 1100 | 110000 | 101010 | 101101 | 100000 | 101100 |
Color Harmonies of #94824D
Complementary color
Monochromatic Colors of #94824D
Black with #94824D
Text Example
Text Example
White with #94824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94824D; }
p { color: rgb(148,130,77); }
H1.HeaderClassName
{
color: #94824D;
}
.AnyTagClassName
{
color: #94824D;
}
</style>
background-color css
<style>
a { background-color: #94824D; }
a { background-color: rgb(148,130,77); }
div.DivClassName
{
background-color: #94824D;
}
.BgClassName
{
background-color: #94824D;
}
</style>
border-color css
<style>
span { border-color: #94824D; }
span { border-color: rgb(148,130,77); }
td.TdClassName
{
border-color: #94824D;
}
.TagClassName
{
border-color: #94824D;
}
</style>