Shades of Clay Creek #917C49
Tints of Clay Creek #917C49
RGB
CMYK
RGB Variations
Color information
#917C49 (or 0x917C49) is known color: Clay Creek. HEX triplet: 91, 7C and 49. RGB value is (145,124,73). Sum of RGB (Red+Green+Blue) = 145+124+73=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #917C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C49 is #6E83B6. Grayscale: #7C7C7C. Windows color (decimal): -7242679 or 4816017. OLE color: 4816017.
HSL color Cylindrical-coordinate representation of color #917C49: hue angle of 42.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917C49 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 73 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.43 |
| HSL | 42.5º | 0.33% | 0.43% | - |
| HSV(B) | 42.5º | 0.5% | 0.57% | - |
| XYZ | 20.09 | 20.92 | 9.28 | - |
| YUV | 124.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 73 | 0 | 0.14 | 0.50 | 0.43 | 42.5 | 0.33 | 0.43 |
| Hex | 91 | 7C | 49 | 0 | E | 32 | 2B | 2A | 21 | 2B |
| Octal | 221 | 174 | 111 | 0 | 16 | 62 | 53 | 52 | 41 | 53 |
| Binary | 10010001 | 1111100 | 1001001 | 0 | 1110 | 110010 | 101011 | 101010 | 100001 | 101011 |
Color Harmonies of #917C49
Complementary color
Monochromatic Colors of #917C49
Black with #917C49
Text Example
Text Example
White with #917C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C49; }
p { color: rgb(145,124,73); }
H1.HeaderClassName
{
color: #917C49;
}
.AnyTagClassName
{
color: #917C49;
}
</style>
background-color css
<style>
a { background-color: #917C49; }
a { background-color: rgb(145,124,73); }
div.DivClassName
{
background-color: #917C49;
}
.BgClassName
{
background-color: #917C49;
}
</style>
border-color css
<style>
span { border-color: #917C49; }
span { border-color: rgb(145,124,73); }
td.TdClassName
{
border-color: #917C49;
}
.TagClassName
{
border-color: #917C49;
}
</style>