Shades of Clay Creek #8B825A
Tints of Clay Creek #8B825A
RGB
CMYK
RGB Variations
Color information
#8B825A (or 0x8B825A) is known color: Clay Creek. HEX triplet: 8B, 82 and 5A. RGB value is (139,130,90). Sum of RGB (Red+Green+Blue) = 139+130+90=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B825A is #747DA5. Grayscale: #808080. Windows color (decimal): -7634342 or 5931659. OLE color: 5931659.
HSL color Cylindrical-coordinate representation of color #8B825A: hue angle of 48.98º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B825A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 90 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.45 |
| HSL | 48.98º | 0.21% | 0.45% | - |
| HSV(B) | 48.98º | 0.35% | 0.55% | - |
| XYZ | 20.48 | 22.19 | 12.88 | - |
| YUV | 128.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 90 | 0 | 0.06 | 0.35 | 0.45 | 48.98 | 0.21 | 0.45 |
| Hex | 8B | 82 | 5A | 0 | 6 | 23 | 2D | 31 | 15 | 2D |
| Octal | 213 | 202 | 132 | 0 | 6 | 43 | 55 | 61 | 25 | 55 |
| Binary | 10001011 | 10000010 | 1011010 | 0 | 110 | 100011 | 101101 | 110001 | 10101 | 101101 |
Color Harmonies of #8B825A
Complementary color
Monochromatic Colors of #8B825A
Black with #8B825A
Text Example
Text Example
White with #8B825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B825A; }
p { color: rgb(139,130,90); }
H1.HeaderClassName
{
color: #8B825A;
}
.AnyTagClassName
{
color: #8B825A;
}
</style>
background-color css
<style>
a { background-color: #8B825A; }
a { background-color: rgb(139,130,90); }
div.DivClassName
{
background-color: #8B825A;
}
.BgClassName
{
background-color: #8B825A;
}
</style>
border-color css
<style>
span { border-color: #8B825A; }
span { border-color: rgb(139,130,90); }
td.TdClassName
{
border-color: #8B825A;
}
.TagClassName
{
border-color: #8B825A;
}
</style>