Shades of Clay Creek #90824F
Tints of Clay Creek #90824F
RGB
CMYK
RGB Variations
Color information
#90824F (or 0x90824F) is known color: Clay Creek. HEX triplet: 90, 82 and 4F. RGB value is (144,130,79). Sum of RGB (Red+Green+Blue) = 144+130+79=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90824F is #6F7DB0. Grayscale: #808080. Windows color (decimal): -7306673 or 5210768. OLE color: 5210768.
HSL color Cylindrical-coordinate representation of color #90824F: hue angle of 47.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90824F is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 79 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.44 |
| HSL | 47.08º | 0.29% | 0.44% | - |
| HSV(B) | 47.08º | 0.45% | 0.56% | - |
| XYZ | 20.9 | 22.46 | 10.63 | - |
| YUV | 128.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 79 | 0 | 0.10 | 0.45 | 0.44 | 47.08 | 0.29 | 0.44 |
| Hex | 90 | 82 | 4F | 0 | A | 2D | 2C | 2F | 1D | 2C |
| Octal | 220 | 202 | 117 | 0 | 12 | 55 | 54 | 57 | 35 | 54 |
| Binary | 10010000 | 10000010 | 1001111 | 0 | 1010 | 101101 | 101100 | 101111 | 11101 | 101100 |
Color Harmonies of #90824F
Complementary color
Monochromatic Colors of #90824F
Black with #90824F
Text Example
Text Example
White with #90824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90824F; }
p { color: rgb(144,130,79); }
H1.HeaderClassName
{
color: #90824F;
}
.AnyTagClassName
{
color: #90824F;
}
</style>
background-color css
<style>
a { background-color: #90824F; }
a { background-color: rgb(144,130,79); }
div.DivClassName
{
background-color: #90824F;
}
.BgClassName
{
background-color: #90824F;
}
</style>
border-color css
<style>
span { border-color: #90824F; }
span { border-color: rgb(144,130,79); }
td.TdClassName
{
border-color: #90824F;
}
.TagClassName
{
border-color: #90824F;
}
</style>