Shades of Rope #8B5838
Tints of Rope #8B5838
RGB
CMYK
RGB Variations
Color information
#8B5838 (or 0x8B5838) is known color: Rope. HEX triplet: 8B, 58 and 38. RGB value is (139,88,56). Sum of RGB (Red+Green+Blue) = 139+88+56=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5838 is #74A7C7. Grayscale: #636363. Windows color (decimal): -7645128 or 3692683. OLE color: 3692683.
HSL color Cylindrical-coordinate representation of color #8B5838: hue angle of 23.13º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B5838 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 56 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.45 |
| HSL | 23.13º | 0.43% | 0.38% | - |
| HSV(B) | 23.13º | 0.6% | 0.55% | - |
| XYZ | 14.85 | 12.75 | 5.42 | - |
| YUV | 99.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 56 | 0 | 0.37 | 0.60 | 0.45 | 23.13 | 0.43 | 0.38 |
| Hex | 8B | 58 | 38 | 0 | 25 | 3C | 2D | 17 | 2B | 26 |
| Octal | 213 | 130 | 70 | 0 | 45 | 74 | 55 | 27 | 53 | 46 |
| Binary | 10001011 | 1011000 | 111000 | 0 | 100101 | 111100 | 101101 | 10111 | 101011 | 100110 |
Color Harmonies of #8B5838
Complementary color
Monochromatic Colors of #8B5838
Black with #8B5838
Text Example
Text Example
White with #8B5838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5838; }
p { color: rgb(139,88,56); }
H1.HeaderClassName
{
color: #8B5838;
}
.AnyTagClassName
{
color: #8B5838;
}
</style>
background-color css
<style>
a { background-color: #8B5838; }
a { background-color: rgb(139,88,56); }
div.DivClassName
{
background-color: #8B5838;
}
.BgClassName
{
background-color: #8B5838;
}
</style>
border-color css
<style>
span { border-color: #8B5838; }
span { border-color: rgb(139,88,56); }
td.TdClassName
{
border-color: #8B5838;
}
.TagClassName
{
border-color: #8B5838;
}
</style>