Shades of Clay Creek #8B7B5D
Tints of Clay Creek #8B7B5D
RGB
CMYK
RGB Variations
Color information
#8B7B5D (or 0x8B7B5D) is known color: Clay Creek. HEX triplet: 8B, 7B and 5D. RGB value is (139,123,93). Sum of RGB (Red+Green+Blue) = 139+123+93=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B5D is #7484A2. Grayscale: #7C7C7C. Windows color (decimal): -7636131 or 6126475. OLE color: 6126475.
HSL color Cylindrical-coordinate representation of color #8B7B5D: hue angle of 39.13º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B7B5D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 93 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.45 |
| HSL | 39.13º | 0.2% | 0.45% | - |
| HSV(B) | 39.13º | 0.33% | 0.55% | - |
| XYZ | 19.71 | 20.45 | 13.26 | - |
| YUV | 124.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 93 | 0 | 0.12 | 0.33 | 0.45 | 39.13 | 0.2 | 0.45 |
| Hex | 8B | 7B | 5D | 0 | C | 21 | 2D | 27 | 14 | 2D |
| Octal | 213 | 173 | 135 | 0 | 14 | 41 | 55 | 47 | 24 | 55 |
| Binary | 10001011 | 1111011 | 1011101 | 0 | 1100 | 100001 | 101101 | 100111 | 10100 | 101101 |
Color Harmonies of #8B7B5D
Complementary color
Monochromatic Colors of #8B7B5D
Black with #8B7B5D
Text Example
Text Example
White with #8B7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B5D; }
p { color: rgb(139,123,93); }
H1.HeaderClassName
{
color: #8B7B5D;
}
.AnyTagClassName
{
color: #8B7B5D;
}
</style>
background-color css
<style>
a { background-color: #8B7B5D; }
a { background-color: rgb(139,123,93); }
div.DivClassName
{
background-color: #8B7B5D;
}
.BgClassName
{
background-color: #8B7B5D;
}
</style>
border-color css
<style>
span { border-color: #8B7B5D; }
span { border-color: rgb(139,123,93); }
td.TdClassName
{
border-color: #8B7B5D;
}
.TagClassName
{
border-color: #8B7B5D;
}
</style>