Shades of Clay Creek #90824C
Tints of Clay Creek #90824C
RGB
CMYK
RGB Variations
Color information
#90824C (or 0x90824C) is known color: Clay Creek. HEX triplet: 90, 82 and 4C. RGB value is (144,130,76). Sum of RGB (Red+Green+Blue) = 144+130+76=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90824C is #6F7DB3. Grayscale: #808080. Windows color (decimal): -7306676 or 5014160. OLE color: 5014160.
HSL color Cylindrical-coordinate representation of color #90824C: hue angle of 47.65º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90824C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 76 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.44 |
| HSL | 47.65º | 0.31% | 0.43% | - |
| HSV(B) | 47.65º | 0.47% | 0.56% | - |
| XYZ | 20.79 | 22.42 | 10.07 | - |
| YUV | 128.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 76 | 0 | 0.10 | 0.47 | 0.44 | 47.65 | 0.31 | 0.43 |
| Hex | 90 | 82 | 4C | 0 | A | 2F | 2C | 30 | 1F | 2B |
| Octal | 220 | 202 | 114 | 0 | 12 | 57 | 54 | 60 | 37 | 53 |
| Binary | 10010000 | 10000010 | 1001100 | 0 | 1010 | 101111 | 101100 | 110000 | 11111 | 101011 |
Color Harmonies of #90824C
Complementary color
Monochromatic Colors of #90824C
Black with #90824C
Text Example
Text Example
White with #90824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90824C; }
p { color: rgb(144,130,76); }
H1.HeaderClassName
{
color: #90824C;
}
.AnyTagClassName
{
color: #90824C;
}
</style>
background-color css
<style>
a { background-color: #90824C; }
a { background-color: rgb(144,130,76); }
div.DivClassName
{
background-color: #90824C;
}
.BgClassName
{
background-color: #90824C;
}
</style>
border-color css
<style>
span { border-color: #90824C; }
span { border-color: rgb(144,130,76); }
td.TdClassName
{
border-color: #90824C;
}
.TagClassName
{
border-color: #90824C;
}
</style>