Shades of Clay Creek #91804D
Tints of Clay Creek #91804D
RGB
CMYK
RGB Variations
Color information
#91804D (or 0x91804D) is known color: Clay Creek. HEX triplet: 91, 80 and 4D. RGB value is (145,128,77). Sum of RGB (Red+Green+Blue) = 145+128+77=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #91804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91804D is #6E7FB2. Grayscale: #7F7F7F. Windows color (decimal): -7241651 or 5079185. OLE color: 5079185.
HSL color Cylindrical-coordinate representation of color #91804D: hue angle of 45º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91804D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 77 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.43 |
| HSL | 45º | 0.31% | 0.44% | - |
| HSV(B) | 45º | 0.47% | 0.57% | - |
| XYZ | 20.74 | 21.99 | 10.17 | - |
| YUV | 127.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 77 | 0 | 0.12 | 0.47 | 0.43 | 45 | 0.31 | 0.44 |
| Hex | 91 | 80 | 4D | 0 | C | 2F | 2B | 2D | 1F | 2C |
| Octal | 221 | 200 | 115 | 0 | 14 | 57 | 53 | 55 | 37 | 54 |
| Binary | 10010001 | 10000000 | 1001101 | 0 | 1100 | 101111 | 101011 | 101101 | 11111 | 101100 |
Color Harmonies of #91804D
Complementary color
Monochromatic Colors of #91804D
Black with #91804D
Text Example
Text Example
White with #91804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91804D; }
p { color: rgb(145,128,77); }
H1.HeaderClassName
{
color: #91804D;
}
.AnyTagClassName
{
color: #91804D;
}
</style>
background-color css
<style>
a { background-color: #91804D; }
a { background-color: rgb(145,128,77); }
div.DivClassName
{
background-color: #91804D;
}
.BgClassName
{
background-color: #91804D;
}
</style>
border-color css
<style>
span { border-color: #91804D; }
span { border-color: rgb(145,128,77); }
td.TdClassName
{
border-color: #91804D;
}
.TagClassName
{
border-color: #91804D;
}
</style>