Shades of Clay Creek #90844B
Tints of Clay Creek #90844B
RGB
CMYK
RGB Variations
Color information
#90844B (or 0x90844B) is known color: Clay Creek. HEX triplet: 90, 84 and 4B. RGB value is (144,132,75). Sum of RGB (Red+Green+Blue) = 144+132+75=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #90844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90844B is #6F7BB4. Grayscale: #818181. Windows color (decimal): -7306165 or 4949136. OLE color: 4949136.
HSL color Cylindrical-coordinate representation of color #90844B: hue angle of 49.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90844B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 75 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.44 |
| HSL | 49.57º | 0.32% | 0.43% | - |
| HSV(B) | 49.57º | 0.48% | 0.56% | - |
| XYZ | 21.02 | 22.94 | 9.98 | - |
| YUV | 129.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 75 | 0 | 0.08 | 0.48 | 0.44 | 49.57 | 0.32 | 0.43 |
| Hex | 90 | 84 | 4B | 0 | 8 | 30 | 2C | 32 | 20 | 2B |
| Octal | 220 | 204 | 113 | 0 | 10 | 60 | 54 | 62 | 40 | 53 |
| Binary | 10010000 | 10000100 | 1001011 | 0 | 1000 | 110000 | 101100 | 110010 | 100000 | 101011 |
Color Harmonies of #90844B
Complementary color
Monochromatic Colors of #90844B
Black with #90844B
Text Example
Text Example
White with #90844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90844B; }
p { color: rgb(144,132,75); }
H1.HeaderClassName
{
color: #90844B;
}
.AnyTagClassName
{
color: #90844B;
}
</style>
background-color css
<style>
a { background-color: #90844B; }
a { background-color: rgb(144,132,75); }
div.DivClassName
{
background-color: #90844B;
}
.BgClassName
{
background-color: #90844B;
}
</style>
border-color css
<style>
span { border-color: #90844B; }
span { border-color: rgb(144,132,75); }
td.TdClassName
{
border-color: #90844B;
}
.TagClassName
{
border-color: #90844B;
}
</style>