Shades of Clay Creek #8B825B
Tints of Clay Creek #8B825B
RGB
CMYK
RGB Variations
Color information
#8B825B (or 0x8B825B) is known color: Clay Creek. HEX triplet: 8B, 82 and 5B. RGB value is (139,130,91). Sum of RGB (Red+Green+Blue) = 139+130+91=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B825B is #747DA4. Grayscale: #808080. Windows color (decimal): -7634341 or 5997195. OLE color: 5997195.
HSL color Cylindrical-coordinate representation of color #8B825B: hue angle of 48.75º 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 #8B825B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 91 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.45 |
| HSL | 48.75º | 0.21% | 0.45% | - |
| HSV(B) | 48.75º | 0.35% | 0.55% | - |
| XYZ | 20.52 | 22.21 | 13.1 | - |
| YUV | 128.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 91 | 0 | 0.06 | 0.35 | 0.45 | 48.75 | 0.21 | 0.45 |
| Hex | 8B | 82 | 5B | 0 | 6 | 23 | 2D | 31 | 15 | 2D |
| Octal | 213 | 202 | 133 | 0 | 6 | 43 | 55 | 61 | 25 | 55 |
| Binary | 10001011 | 10000010 | 1011011 | 0 | 110 | 100011 | 101101 | 110001 | 10101 | 101101 |
Color Harmonies of #8B825B
Complementary color
Monochromatic Colors of #8B825B
Black with #8B825B
Text Example
Text Example
White with #8B825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B825B; }
p { color: rgb(139,130,91); }
H1.HeaderClassName
{
color: #8B825B;
}
.AnyTagClassName
{
color: #8B825B;
}
</style>
background-color css
<style>
a { background-color: #8B825B; }
a { background-color: rgb(139,130,91); }
div.DivClassName
{
background-color: #8B825B;
}
.BgClassName
{
background-color: #8B825B;
}
</style>
border-color css
<style>
span { border-color: #8B825B; }
span { border-color: rgb(139,130,91); }
td.TdClassName
{
border-color: #8B825B;
}
.TagClassName
{
border-color: #8B825B;
}
</style>