Shades of Clay Creek #94835A
Tints of Clay Creek #94835A
RGB
CMYK
RGB Variations
Color information
#94835A (or 0x94835A) is known color: Clay Creek. HEX triplet: 94, 83 and 5A. RGB value is (148,131,90). Sum of RGB (Red+Green+Blue) = 148+131+90=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #94835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94835A is #6B7CA5. Grayscale: #838383. Windows color (decimal): -7044262 or 5931924. OLE color: 5931924.
HSL color Cylindrical-coordinate representation of color #94835A: hue angle of 42.41º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94835A is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 131 | 90 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.42 |
| HSL | 42.41º | 0.24% | 0.47% | - |
| HSV(B) | 42.41º | 0.39% | 0.58% | - |
| XYZ | 22.17 | 23.27 | 13 | - |
| YUV | 131.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 90 | 0 | 0.11 | 0.39 | 0.42 | 42.41 | 0.24 | 0.47 |
| Hex | 94 | 83 | 5A | 0 | B | 27 | 2A | 2A | 18 | 2F |
| Octal | 224 | 203 | 132 | 0 | 13 | 47 | 52 | 52 | 30 | 57 |
| Binary | 10010100 | 10000011 | 1011010 | 0 | 1011 | 100111 | 101010 | 101010 | 11000 | 101111 |
Color Harmonies of #94835A
Complementary color
Monochromatic Colors of #94835A
Black with #94835A
Text Example
Text Example
White with #94835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94835A; }
p { color: rgb(148,131,90); }
H1.HeaderClassName
{
color: #94835A;
}
.AnyTagClassName
{
color: #94835A;
}
</style>
background-color css
<style>
a { background-color: #94835A; }
a { background-color: rgb(148,131,90); }
div.DivClassName
{
background-color: #94835A;
}
.BgClassName
{
background-color: #94835A;
}
</style>
border-color css
<style>
span { border-color: #94835A; }
span { border-color: rgb(148,131,90); }
td.TdClassName
{
border-color: #94835A;
}
.TagClassName
{
border-color: #94835A;
}
</style>