Shades of Clay Creek #857B4A
Tints of Clay Creek #857B4A
RGB
CMYK
RGB Variations
Color information
#857B4A (or 0x857B4A) is known color: Clay Creek. HEX triplet: 85, 7B and 4A. RGB value is (133,123,74). Sum of RGB (Red+Green+Blue) = 133+123+74=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #857B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B4A is #7A84B5. Grayscale: #787878. Windows color (decimal): -8029366 or 4881285. OLE color: 4881285.
HSL color Cylindrical-coordinate representation of color #857B4A: hue angle of 49.83º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857B4A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 74 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.48 |
| HSL | 49.83º | 0.29% | 0.41% | - |
| HSV(B) | 49.83º | 0.44% | 0.52% | - |
| XYZ | 17.99 | 19.65 | 9.32 | - |
| YUV | 120.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 74 | 0 | 0.08 | 0.44 | 0.48 | 49.83 | 0.29 | 0.41 |
| Hex | 85 | 7B | 4A | 0 | 8 | 2C | 30 | 32 | 1D | 29 |
| Octal | 205 | 173 | 112 | 0 | 10 | 54 | 60 | 62 | 35 | 51 |
| Binary | 10000101 | 1111011 | 1001010 | 0 | 1000 | 101100 | 110000 | 110010 | 11101 | 101001 |
Color Harmonies of #857B4A
Complementary color
Monochromatic Colors of #857B4A
Black with #857B4A
Text Example
Text Example
White with #857B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B4A; }
p { color: rgb(133,123,74); }
H1.HeaderClassName
{
color: #857B4A;
}
.AnyTagClassName
{
color: #857B4A;
}
</style>
background-color css
<style>
a { background-color: #857B4A; }
a { background-color: rgb(133,123,74); }
div.DivClassName
{
background-color: #857B4A;
}
.BgClassName
{
background-color: #857B4A;
}
</style>
border-color css
<style>
span { border-color: #857B4A; }
span { border-color: rgb(133,123,74); }
td.TdClassName
{
border-color: #857B4A;
}
.TagClassName
{
border-color: #857B4A;
}
</style>