Shades of Clay Creek #917D4D
Tints of Clay Creek #917D4D
RGB
CMYK
RGB Variations
Color information
#917D4D (or 0x917D4D) is known color: Clay Creek. HEX triplet: 91, 7D and 4D. RGB value is (145,125,77). Sum of RGB (Red+Green+Blue) = 145+125+77=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #917D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D4D is #6E82B2. Grayscale: #7D7D7D. Windows color (decimal): -7242419 or 5078417. OLE color: 5078417.
HSL color Cylindrical-coordinate representation of color #917D4D: hue angle of 42.35º 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 #917D4D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 77 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.43 |
| HSL | 42.35º | 0.31% | 0.44% | - |
| HSV(B) | 42.35º | 0.47% | 0.57% | - |
| XYZ | 20.35 | 21.22 | 10.05 | - |
| YUV | 125.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 77 | 0 | 0.14 | 0.47 | 0.43 | 42.35 | 0.31 | 0.44 |
| Hex | 91 | 7D | 4D | 0 | E | 2F | 2B | 2A | 1F | 2C |
| Octal | 221 | 175 | 115 | 0 | 16 | 57 | 53 | 52 | 37 | 54 |
| Binary | 10010001 | 1111101 | 1001101 | 0 | 1110 | 101111 | 101011 | 101010 | 11111 | 101100 |
Color Harmonies of #917D4D
Complementary color
Monochromatic Colors of #917D4D
Black with #917D4D
Text Example
Text Example
White with #917D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D4D; }
p { color: rgb(145,125,77); }
H1.HeaderClassName
{
color: #917D4D;
}
.AnyTagClassName
{
color: #917D4D;
}
</style>
background-color css
<style>
a { background-color: #917D4D; }
a { background-color: rgb(145,125,77); }
div.DivClassName
{
background-color: #917D4D;
}
.BgClassName
{
background-color: #917D4D;
}
</style>
border-color css
<style>
span { border-color: #917D4D; }
span { border-color: rgb(145,125,77); }
td.TdClassName
{
border-color: #917D4D;
}
.TagClassName
{
border-color: #917D4D;
}
</style>