Shades of Rope #8B5B42
Tints of Rope #8B5B42
RGB
CMYK
RGB Variations
Color information
#8B5B42 (or 0x8B5B42) is known color: Rope. HEX triplet: 8B, 5B and 42. RGB value is (139,91,66). Sum of RGB (Red+Green+Blue) = 139+91+66=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B42 is #74A4BD. Grayscale: #666666. Windows color (decimal): -7644350 or 4348811. OLE color: 4348811.
HSL color Cylindrical-coordinate representation of color #8B5B42: hue angle of 20.55º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B5B42 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 66 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.45 |
| HSL | 20.55º | 0.36% | 0.4% | - |
| HSV(B) | 20.55º | 0.53% | 0.55% | - |
| XYZ | 15.37 | 13.36 | 6.92 | - |
| YUV | 102.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 66 | 0 | 0.35 | 0.53 | 0.45 | 20.55 | 0.36 | 0.4 |
| Hex | 8B | 5B | 42 | 0 | 23 | 35 | 2D | 15 | 24 | 28 |
| Octal | 213 | 133 | 102 | 0 | 43 | 65 | 55 | 25 | 44 | 50 |
| Binary | 10001011 | 1011011 | 1000010 | 0 | 100011 | 110101 | 101101 | 10101 | 100100 | 101000 |
Color Harmonies of #8B5B42
Complementary color
Monochromatic Colors of #8B5B42
Black with #8B5B42
Text Example
Text Example
White with #8B5B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B42; }
p { color: rgb(139,91,66); }
H1.HeaderClassName
{
color: #8B5B42;
}
.AnyTagClassName
{
color: #8B5B42;
}
</style>
background-color css
<style>
a { background-color: #8B5B42; }
a { background-color: rgb(139,91,66); }
div.DivClassName
{
background-color: #8B5B42;
}
.BgClassName
{
background-color: #8B5B42;
}
</style>
border-color css
<style>
span { border-color: #8B5B42; }
span { border-color: rgb(139,91,66); }
td.TdClassName
{
border-color: #8B5B42;
}
.TagClassName
{
border-color: #8B5B42;
}
</style>