Shades of Clay Creek #93875B
Tints of Clay Creek #93875B
RGB
CMYK
RGB Variations
Color information
#93875B (or 0x93875B) is known color: Clay Creek. HEX triplet: 93, 87 and 5B. RGB value is (147,135,91). Sum of RGB (Red+Green+Blue) = 147+135+91=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93875B is #6C78A4. Grayscale: #858585. Windows color (decimal): -7108773 or 5998483. OLE color: 5998483.
HSL color Cylindrical-coordinate representation of color #93875B: hue angle of 47.14º degrees, saturation: 0.24, 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 #93875B is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 135 | 91 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.42 |
| HSL | 47.14º | 0.24% | 0.47% | - |
| HSV(B) | 47.14º | 0.38% | 0.58% | - |
| XYZ | 22.58 | 24.29 | 13.39 | - |
| YUV | 133.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 91 | 0 | 0.08 | 0.38 | 0.42 | 47.14 | 0.24 | 0.47 |
| Hex | 93 | 87 | 5B | 0 | 8 | 26 | 2A | 2F | 18 | 2F |
| Octal | 223 | 207 | 133 | 0 | 10 | 46 | 52 | 57 | 30 | 57 |
| Binary | 10010011 | 10000111 | 1011011 | 0 | 1000 | 100110 | 101010 | 101111 | 11000 | 101111 |
Color Harmonies of #93875B
Complementary color
Monochromatic Colors of #93875B
Black with #93875B
Text Example
Text Example
White with #93875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93875B; }
p { color: rgb(147,135,91); }
H1.HeaderClassName
{
color: #93875B;
}
.AnyTagClassName
{
color: #93875B;
}
</style>
background-color css
<style>
a { background-color: #93875B; }
a { background-color: rgb(147,135,91); }
div.DivClassName
{
background-color: #93875B;
}
.BgClassName
{
background-color: #93875B;
}
</style>
border-color css
<style>
span { border-color: #93875B; }
span { border-color: rgb(147,135,91); }
td.TdClassName
{
border-color: #93875B;
}
.TagClassName
{
border-color: #93875B;
}
</style>