Shades of Clay Creek #948852
Tints of Clay Creek #948852
RGB
CMYK
RGB Variations
Color information
#948852 (or 0x948852) is known color: Clay Creek. HEX triplet: 94, 88 and 52. RGB value is (148,136,82). Sum of RGB (Red+Green+Blue) = 148+136+82=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #948852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948852 is #6B77AD. Grayscale: #858585. Windows color (decimal): -7042990 or 5408916. OLE color: 5408916.
HSL color Cylindrical-coordinate representation of color #948852: hue angle of 49.09º 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 #948852 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 82 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.42 |
| HSL | 49.09º | 0.29% | 0.45% | - |
| HSV(B) | 49.09º | 0.45% | 0.58% | - |
| XYZ | 22.54 | 24.51 | 11.53 | - |
| YUV | 133.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 82 | 0 | 0.08 | 0.45 | 0.42 | 49.09 | 0.29 | 0.45 |
| Hex | 94 | 88 | 52 | 0 | 8 | 2D | 2A | 31 | 1D | 2D |
| Octal | 224 | 210 | 122 | 0 | 10 | 55 | 52 | 61 | 35 | 55 |
| Binary | 10010100 | 10001000 | 1010010 | 0 | 1000 | 101101 | 101010 | 110001 | 11101 | 101101 |
Color Harmonies of #948852
Complementary color
Monochromatic Colors of #948852
Black with #948852
Text Example
Text Example
White with #948852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948852; }
p { color: rgb(148,136,82); }
H1.HeaderClassName
{
color: #948852;
}
.AnyTagClassName
{
color: #948852;
}
</style>
background-color css
<style>
a { background-color: #948852; }
a { background-color: rgb(148,136,82); }
div.DivClassName
{
background-color: #948852;
}
.BgClassName
{
background-color: #948852;
}
</style>
border-color css
<style>
span { border-color: #948852; }
span { border-color: rgb(148,136,82); }
td.TdClassName
{
border-color: #948852;
}
.TagClassName
{
border-color: #948852;
}
</style>