Shades of Clay Creek #908049
Tints of Clay Creek #908049
RGB
CMYK
RGB Variations
Color information
#908049 (or 0x908049) is known color: Clay Creek. HEX triplet: 90, 80 and 49. RGB value is (144,128,73). Sum of RGB (Red+Green+Blue) = 144+128+73=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #908049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908049 is #6F7FB6. Grayscale: #7E7E7E. Windows color (decimal): -7307191 or 4817040. OLE color: 4817040.
HSL color Cylindrical-coordinate representation of color #908049: hue angle of 46.48º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #908049 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 73 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.44 |
| HSL | 46.48º | 0.33% | 0.43% | - |
| HSV(B) | 46.48º | 0.49% | 0.56% | - |
| XYZ | 20.42 | 21.85 | 9.44 | - |
| YUV | 126.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 73 | 0 | 0.11 | 0.49 | 0.44 | 46.48 | 0.33 | 0.43 |
| Hex | 90 | 80 | 49 | 0 | B | 31 | 2C | 2E | 21 | 2B |
| Octal | 220 | 200 | 111 | 0 | 13 | 61 | 54 | 56 | 41 | 53 |
| Binary | 10010000 | 10000000 | 1001001 | 0 | 1011 | 110001 | 101100 | 101110 | 100001 | 101011 |
Color Harmonies of #908049
Complementary color
Monochromatic Colors of #908049
Black with #908049
Text Example
Text Example
White with #908049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908049; }
p { color: rgb(144,128,73); }
H1.HeaderClassName
{
color: #908049;
}
.AnyTagClassName
{
color: #908049;
}
</style>
background-color css
<style>
a { background-color: #908049; }
a { background-color: rgb(144,128,73); }
div.DivClassName
{
background-color: #908049;
}
.BgClassName
{
background-color: #908049;
}
</style>
border-color css
<style>
span { border-color: #908049; }
span { border-color: rgb(144,128,73); }
td.TdClassName
{
border-color: #908049;
}
.TagClassName
{
border-color: #908049;
}
</style>