Shades of Clay Creek #94804C
Tints of Clay Creek #94804C
RGB
CMYK
RGB Variations
Color information
#94804C (or 0x94804C) is known color: Clay Creek. HEX triplet: 94, 80 and 4C. RGB value is (148,128,76). Sum of RGB (Red+Green+Blue) = 148+128+76=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #94804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94804C is #6B7FB3. Grayscale: #808080. Windows color (decimal): -7045044 or 5013652. OLE color: 5013652.
HSL color Cylindrical-coordinate representation of color #94804C: hue angle of 43.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94804C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 76 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.42 |
| HSL | 43.33º | 0.32% | 0.44% | - |
| HSV(B) | 43.33º | 0.49% | 0.58% | - |
| XYZ | 21.24 | 22.26 | 10.01 | - |
| YUV | 128.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 76 | 0 | 0.14 | 0.49 | 0.42 | 43.33 | 0.32 | 0.44 |
| Hex | 94 | 80 | 4C | 0 | E | 31 | 2A | 2B | 20 | 2C |
| Octal | 224 | 200 | 114 | 0 | 16 | 61 | 52 | 53 | 40 | 54 |
| Binary | 10010100 | 10000000 | 1001100 | 0 | 1110 | 110001 | 101010 | 101011 | 100000 | 101100 |
Color Harmonies of #94804C
Complementary color
Monochromatic Colors of #94804C
Black with #94804C
Text Example
Text Example
White with #94804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94804C; }
p { color: rgb(148,128,76); }
H1.HeaderClassName
{
color: #94804C;
}
.AnyTagClassName
{
color: #94804C;
}
</style>
background-color css
<style>
a { background-color: #94804C; }
a { background-color: rgb(148,128,76); }
div.DivClassName
{
background-color: #94804C;
}
.BgClassName
{
background-color: #94804C;
}
</style>
border-color css
<style>
span { border-color: #94804C; }
span { border-color: rgb(148,128,76); }
td.TdClassName
{
border-color: #94804C;
}
.TagClassName
{
border-color: #94804C;
}
</style>