Shades of Beaver #8B705C
Tints of Beaver #8B705C
RGB
CMYK
RGB Variations
Color information
#8B705C (or 0x8B705C) is known color: Beaver. HEX triplet: 8B, 70 and 5C. RGB value is (139,112,92). Sum of RGB (Red+Green+Blue) = 139+112+92=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B705C is #748FA3. Grayscale: #757575. Windows color (decimal): -7638948 or 6058123. OLE color: 6058123.
HSL color Cylindrical-coordinate representation of color #8B705C: hue angle of 25.53º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B705C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 92 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.45 |
| HSL | 25.53º | 0.2% | 0.45% | - |
| HSV(B) | 25.53º | 0.34% | 0.55% | - |
| XYZ | 18.37 | 17.85 | 12.6 | - |
| YUV | 117.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 92 | 0 | 0.19 | 0.34 | 0.45 | 25.53 | 0.2 | 0.45 |
| Hex | 8B | 70 | 5C | 0 | 13 | 22 | 2D | 1A | 14 | 2D |
| Octal | 213 | 160 | 134 | 0 | 23 | 42 | 55 | 32 | 24 | 55 |
| Binary | 10001011 | 1110000 | 1011100 | 0 | 10011 | 100010 | 101101 | 11010 | 10100 | 101101 |
Color Harmonies of #8B705C
Complementary color
Monochromatic Colors of #8B705C
Black with #8B705C
Text Example
Text Example
White with #8B705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B705C; }
p { color: rgb(139,112,92); }
H1.HeaderClassName
{
color: #8B705C;
}
.AnyTagClassName
{
color: #8B705C;
}
</style>
background-color css
<style>
a { background-color: #8B705C; }
a { background-color: rgb(139,112,92); }
div.DivClassName
{
background-color: #8B705C;
}
.BgClassName
{
background-color: #8B705C;
}
</style>
border-color css
<style>
span { border-color: #8B705C; }
span { border-color: rgb(139,112,92); }
td.TdClassName
{
border-color: #8B705C;
}
.TagClassName
{
border-color: #8B705C;
}
</style>