Shades of Clay Creek #94824B
Tints of Clay Creek #94824B
RGB
CMYK
RGB Variations
Color information
#94824B (or 0x94824B) is known color: Clay Creek. HEX triplet: 94, 82 and 4B. RGB value is (148,130,75). Sum of RGB (Red+Green+Blue) = 148+130+75=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94824B is #6B7DB4. Grayscale: #818181. Windows color (decimal): -7044533 or 4948628. OLE color: 4948628.
HSL color Cylindrical-coordinate representation of color #94824B: hue angle of 45.21º degrees, saturation: 0.33, 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 #94824B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 75 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.42 |
| HSL | 45.21º | 0.33% | 0.44% | - |
| HSV(B) | 45.21º | 0.49% | 0.58% | - |
| XYZ | 21.47 | 22.77 | 9.92 | - |
| YUV | 129.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 75 | 0 | 0.12 | 0.49 | 0.42 | 45.21 | 0.33 | 0.44 |
| Hex | 94 | 82 | 4B | 0 | C | 31 | 2A | 2D | 21 | 2C |
| Octal | 224 | 202 | 113 | 0 | 14 | 61 | 52 | 55 | 41 | 54 |
| Binary | 10010100 | 10000010 | 1001011 | 0 | 1100 | 110001 | 101010 | 101101 | 100001 | 101100 |
Color Harmonies of #94824B
Complementary color
Monochromatic Colors of #94824B
Black with #94824B
Text Example
Text Example
White with #94824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94824B; }
p { color: rgb(148,130,75); }
H1.HeaderClassName
{
color: #94824B;
}
.AnyTagClassName
{
color: #94824B;
}
</style>
background-color css
<style>
a { background-color: #94824B; }
a { background-color: rgb(148,130,75); }
div.DivClassName
{
background-color: #94824B;
}
.BgClassName
{
background-color: #94824B;
}
</style>
border-color css
<style>
span { border-color: #94824B; }
span { border-color: rgb(148,130,75); }
td.TdClassName
{
border-color: #94824B;
}
.TagClassName
{
border-color: #94824B;
}
</style>