Shades of Clay Creek #917C50
Tints of Clay Creek #917C50
RGB
CMYK
RGB Variations
Color information
#917C50 (or 0x917C50) is known color: Clay Creek. HEX triplet: 91, 7C and 50. RGB value is (145,124,80). Sum of RGB (Red+Green+Blue) = 145+124+80=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #917C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C50 is #6E83AF. Grayscale: #7D7D7D. Windows color (decimal): -7242672 or 5274769. OLE color: 5274769.
HSL color Cylindrical-coordinate representation of color #917C50: hue angle of 40.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #917C50 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 80 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.43 |
| HSL | 40.62º | 0.29% | 0.44% | - |
| HSV(B) | 40.62º | 0.45% | 0.57% | - |
| XYZ | 20.33 | 21.01 | 10.57 | - |
| YUV | 125.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 80 | 0 | 0.14 | 0.45 | 0.43 | 40.62 | 0.29 | 0.44 |
| Hex | 91 | 7C | 50 | 0 | E | 2D | 2B | 29 | 1D | 2C |
| Octal | 221 | 174 | 120 | 0 | 16 | 55 | 53 | 51 | 35 | 54 |
| Binary | 10010001 | 1111100 | 1010000 | 0 | 1110 | 101101 | 101011 | 101001 | 11101 | 101100 |
Color Harmonies of #917C50
Complementary color
Monochromatic Colors of #917C50
Black with #917C50
Text Example
Text Example
White with #917C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C50; }
p { color: rgb(145,124,80); }
H1.HeaderClassName
{
color: #917C50;
}
.AnyTagClassName
{
color: #917C50;
}
</style>
background-color css
<style>
a { background-color: #917C50; }
a { background-color: rgb(145,124,80); }
div.DivClassName
{
background-color: #917C50;
}
.BgClassName
{
background-color: #917C50;
}
</style>
border-color css
<style>
span { border-color: #917C50; }
span { border-color: rgb(145,124,80); }
td.TdClassName
{
border-color: #917C50;
}
.TagClassName
{
border-color: #917C50;
}
</style>