Shades of Clay Creek #917B49
Tints of Clay Creek #917B49
RGB
CMYK
RGB Variations
Color information
#917B49 (or 0x917B49) is known color: Clay Creek. HEX triplet: 91, 7B and 49. RGB value is (145,123,73). Sum of RGB (Red+Green+Blue) = 145+123+73=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #917B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B49 is #6E84B6. Grayscale: #7C7C7C. Windows color (decimal): -7242935 or 4815761. OLE color: 4815761.
HSL color Cylindrical-coordinate representation of color #917B49: hue angle of 41.67º 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 #917B49 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 73 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.43 |
| HSL | 41.67º | 0.33% | 0.43% | - |
| HSV(B) | 41.67º | 0.5% | 0.57% | - |
| XYZ | 19.96 | 20.67 | 9.24 | - |
| YUV | 123.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 73 | 0 | 0.15 | 0.50 | 0.43 | 41.67 | 0.33 | 0.43 |
| Hex | 91 | 7B | 49 | 0 | F | 32 | 2B | 2A | 21 | 2B |
| Octal | 221 | 173 | 111 | 0 | 17 | 62 | 53 | 52 | 41 | 53 |
| Binary | 10010001 | 1111011 | 1001001 | 0 | 1111 | 110010 | 101011 | 101010 | 100001 | 101011 |
Color Harmonies of #917B49
Complementary color
Monochromatic Colors of #917B49
Black with #917B49
Text Example
Text Example
White with #917B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B49; }
p { color: rgb(145,123,73); }
H1.HeaderClassName
{
color: #917B49;
}
.AnyTagClassName
{
color: #917B49;
}
</style>
background-color css
<style>
a { background-color: #917B49; }
a { background-color: rgb(145,123,73); }
div.DivClassName
{
background-color: #917B49;
}
.BgClassName
{
background-color: #917B49;
}
</style>
border-color css
<style>
span { border-color: #917B49; }
span { border-color: rgb(145,123,73); }
td.TdClassName
{
border-color: #917B49;
}
.TagClassName
{
border-color: #917B49;
}
</style>