Shades of Clay Creek #938A50
Tints of Clay Creek #938A50
RGB
CMYK
RGB Variations
Color information
#938A50 (or 0x938A50) is known color: Clay Creek. HEX triplet: 93, 8A and 50. RGB value is (147,138,80). Sum of RGB (Red+Green+Blue) = 147+138+80=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #938A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A50 is #6C75AF. Grayscale: #868686. Windows color (decimal): -7108016 or 5278355. OLE color: 5278355.
HSL color Cylindrical-coordinate representation of color #938A50: hue angle of 51.94º 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 #938A50 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 80 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.42 |
| HSL | 51.94º | 0.3% | 0.45% | - |
| HSV(B) | 51.94º | 0.46% | 0.58% | - |
| XYZ | 22.57 | 24.96 | 11.22 | - |
| YUV | 134.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 80 | 0 | 0.06 | 0.46 | 0.42 | 51.94 | 0.3 | 0.45 |
| Hex | 93 | 8A | 50 | 0 | 6 | 2E | 2A | 34 | 1E | 2D |
| Octal | 223 | 212 | 120 | 0 | 6 | 56 | 52 | 64 | 36 | 55 |
| Binary | 10010011 | 10001010 | 1010000 | 0 | 110 | 101110 | 101010 | 110100 | 11110 | 101101 |
Color Harmonies of #938A50
Complementary color
Monochromatic Colors of #938A50
Black with #938A50
Text Example
Text Example
White with #938A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A50; }
p { color: rgb(147,138,80); }
H1.HeaderClassName
{
color: #938A50;
}
.AnyTagClassName
{
color: #938A50;
}
</style>
background-color css
<style>
a { background-color: #938A50; }
a { background-color: rgb(147,138,80); }
div.DivClassName
{
background-color: #938A50;
}
.BgClassName
{
background-color: #938A50;
}
</style>
border-color css
<style>
span { border-color: #938A50; }
span { border-color: rgb(147,138,80); }
td.TdClassName
{
border-color: #938A50;
}
.TagClassName
{
border-color: #938A50;
}
</style>