Shades of Clay Creek #958250
Tints of Clay Creek #958250
RGB
CMYK
RGB Variations
Color information
#958250 (or 0x958250) is known color: Clay Creek. HEX triplet: 95, 82 and 50. RGB value is (149,130,80). Sum of RGB (Red+Green+Blue) = 149+130+80=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #958250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958250 is #6A7DAF. Grayscale: #828282. Windows color (decimal): -6978992 or 5276309. OLE color: 5276309.
HSL color Cylindrical-coordinate representation of color #958250: hue angle of 43.48º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #958250 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 80 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.42 |
| HSL | 43.48º | 0.3% | 0.45% | - |
| HSV(B) | 43.48º | 0.46% | 0.58% | - |
| XYZ | 21.83 | 22.93 | 10.87 | - |
| YUV | 129.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 80 | 0 | 0.13 | 0.46 | 0.42 | 43.48 | 0.3 | 0.45 |
| Hex | 95 | 82 | 50 | 0 | D | 2E | 2A | 2B | 1E | 2D |
| Octal | 225 | 202 | 120 | 0 | 15 | 56 | 52 | 53 | 36 | 55 |
| Binary | 10010101 | 10000010 | 1010000 | 0 | 1101 | 101110 | 101010 | 101011 | 11110 | 101101 |
Color Harmonies of #958250
Complementary color
Monochromatic Colors of #958250
Black with #958250
Text Example
Text Example
White with #958250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958250; }
p { color: rgb(149,130,80); }
H1.HeaderClassName
{
color: #958250;
}
.AnyTagClassName
{
color: #958250;
}
</style>
background-color css
<style>
a { background-color: #958250; }
a { background-color: rgb(149,130,80); }
div.DivClassName
{
background-color: #958250;
}
.BgClassName
{
background-color: #958250;
}
</style>
border-color css
<style>
span { border-color: #958250; }
span { border-color: rgb(149,130,80); }
td.TdClassName
{
border-color: #958250;
}
.TagClassName
{
border-color: #958250;
}
</style>