Shades of Clay Creek #958A52
Tints of Clay Creek #958A52
RGB
CMYK
RGB Variations
Color information
#958A52 (or 0x958A52) is known color: Clay Creek. HEX triplet: 95, 8A and 52. RGB value is (149,138,82). Sum of RGB (Red+Green+Blue) = 149+138+82=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #958A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A52 is #6A75AD. Grayscale: #878787. Windows color (decimal): -6976942 or 5409429. OLE color: 5409429.
HSL color Cylindrical-coordinate representation of color #958A52: hue angle of 50.15º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #958A52 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 82 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.42 |
| HSL | 50.15º | 0.29% | 0.45% | - |
| HSV(B) | 50.15º | 0.45% | 0.58% | - |
| XYZ | 23.01 | 25.18 | 11.63 | - |
| YUV | 134.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 82 | 0 | 0.07 | 0.45 | 0.42 | 50.15 | 0.29 | 0.45 |
| Hex | 95 | 8A | 52 | 0 | 7 | 2D | 2A | 32 | 1D | 2D |
| Octal | 225 | 212 | 122 | 0 | 7 | 55 | 52 | 62 | 35 | 55 |
| Binary | 10010101 | 10001010 | 1010010 | 0 | 111 | 101101 | 101010 | 110010 | 11101 | 101101 |
Color Harmonies of #958A52
Complementary color
Monochromatic Colors of #958A52
Black with #958A52
Text Example
Text Example
White with #958A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A52; }
p { color: rgb(149,138,82); }
H1.HeaderClassName
{
color: #958A52;
}
.AnyTagClassName
{
color: #958A52;
}
</style>
background-color css
<style>
a { background-color: #958A52; }
a { background-color: rgb(149,138,82); }
div.DivClassName
{
background-color: #958A52;
}
.BgClassName
{
background-color: #958A52;
}
</style>
border-color css
<style>
span { border-color: #958A52; }
span { border-color: rgb(149,138,82); }
td.TdClassName
{
border-color: #958A52;
}
.TagClassName
{
border-color: #958A52;
}
</style>