Shades of Clay Creek #90825B
Tints of Clay Creek #90825B
RGB
CMYK
RGB Variations
Color information
#90825B (or 0x90825B) is known color: Clay Creek. HEX triplet: 90, 82 and 5B. RGB value is (144,130,91). Sum of RGB (Red+Green+Blue) = 144+130+91=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90825B is #6F7DA4. Grayscale: #818181. Windows color (decimal): -7306661 or 5997200. OLE color: 5997200.
HSL color Cylindrical-coordinate representation of color #90825B: hue angle of 44.15º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90825B is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 91 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.44 |
| HSL | 44.15º | 0.23% | 0.46% | - |
| HSV(B) | 44.15º | 0.37% | 0.56% | - |
| XYZ | 21.37 | 22.65 | 13.14 | - |
| YUV | 129.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 91 | 0 | 0.10 | 0.37 | 0.44 | 44.15 | 0.23 | 0.46 |
| Hex | 90 | 82 | 5B | 0 | A | 25 | 2C | 2C | 17 | 2E |
| Octal | 220 | 202 | 133 | 0 | 12 | 45 | 54 | 54 | 27 | 56 |
| Binary | 10010000 | 10000010 | 1011011 | 0 | 1010 | 100101 | 101100 | 101100 | 10111 | 101110 |
Color Harmonies of #90825B
Complementary color
Monochromatic Colors of #90825B
Black with #90825B
Text Example
Text Example
White with #90825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90825B; }
p { color: rgb(144,130,91); }
H1.HeaderClassName
{
color: #90825B;
}
.AnyTagClassName
{
color: #90825B;
}
</style>
background-color css
<style>
a { background-color: #90825B; }
a { background-color: rgb(144,130,91); }
div.DivClassName
{
background-color: #90825B;
}
.BgClassName
{
background-color: #90825B;
}
</style>
border-color css
<style>
span { border-color: #90825B; }
span { border-color: rgb(144,130,91); }
td.TdClassName
{
border-color: #90825B;
}
.TagClassName
{
border-color: #90825B;
}
</style>