Shades of Clay Creek #94815C
Tints of Clay Creek #94815C
RGB
CMYK
RGB Variations
Color information
#94815C (or 0x94815C) is known color: Clay Creek. HEX triplet: 94, 81 and 5C. RGB value is (148,129,92). Sum of RGB (Red+Green+Blue) = 148+129+92=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #94815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94815C is #6B7EA3. Grayscale: #828282. Windows color (decimal): -7044772 or 6062484. OLE color: 6062484.
HSL color Cylindrical-coordinate representation of color #94815C: hue angle of 39.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94815C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 92 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.42 |
| HSL | 39.64º | 0.23% | 0.47% | - |
| HSV(B) | 39.64º | 0.38% | 0.58% | - |
| XYZ | 21.99 | 22.77 | 13.36 | - |
| YUV | 130.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 92 | 0 | 0.13 | 0.38 | 0.42 | 39.64 | 0.23 | 0.47 |
| Hex | 94 | 81 | 5C | 0 | D | 26 | 2A | 28 | 17 | 2F |
| Octal | 224 | 201 | 134 | 0 | 15 | 46 | 52 | 50 | 27 | 57 |
| Binary | 10010100 | 10000001 | 1011100 | 0 | 1101 | 100110 | 101010 | 101000 | 10111 | 101111 |
Color Harmonies of #94815C
Complementary color
Monochromatic Colors of #94815C
Black with #94815C
Text Example
Text Example
White with #94815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94815C; }
p { color: rgb(148,129,92); }
H1.HeaderClassName
{
color: #94815C;
}
.AnyTagClassName
{
color: #94815C;
}
</style>
background-color css
<style>
a { background-color: #94815C; }
a { background-color: rgb(148,129,92); }
div.DivClassName
{
background-color: #94815C;
}
.BgClassName
{
background-color: #94815C;
}
</style>
border-color css
<style>
span { border-color: #94815C; }
span { border-color: rgb(148,129,92); }
td.TdClassName
{
border-color: #94815C;
}
.TagClassName
{
border-color: #94815C;
}
</style>