Shades of Rope #8B5735
Tints of Rope #8B5735
RGB
CMYK
RGB Variations
Color information
#8B5735 (or 0x8B5735) is known color: Rope. HEX triplet: 8B, 57 and 35. RGB value is (139,87,53). Sum of RGB (Red+Green+Blue) = 139+87+53=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5735 is #74A8CA. Grayscale: #626262. Windows color (decimal): -7645387 or 3495819. OLE color: 3495819.
HSL color Cylindrical-coordinate representation of color #8B5735: hue angle of 23.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B5735 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 53 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.45 |
| HSL | 23.72º | 0.45% | 0.38% | - |
| HSV(B) | 23.72º | 0.62% | 0.55% | - |
| XYZ | 14.7 | 12.56 | 5.02 | - |
| YUV | 98.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 53 | 0 | 0.37 | 0.62 | 0.45 | 23.72 | 0.45 | 0.38 |
| Hex | 8B | 57 | 35 | 0 | 25 | 3E | 2D | 18 | 2D | 26 |
| Octal | 213 | 127 | 65 | 0 | 45 | 76 | 55 | 30 | 55 | 46 |
| Binary | 10001011 | 1010111 | 110101 | 0 | 100101 | 111110 | 101101 | 11000 | 101101 | 100110 |
Color Harmonies of #8B5735
Complementary color
Monochromatic Colors of #8B5735
Black with #8B5735
Text Example
Text Example
White with #8B5735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5735; }
p { color: rgb(139,87,53); }
H1.HeaderClassName
{
color: #8B5735;
}
.AnyTagClassName
{
color: #8B5735;
}
</style>
background-color css
<style>
a { background-color: #8B5735; }
a { background-color: rgb(139,87,53); }
div.DivClassName
{
background-color: #8B5735;
}
.BgClassName
{
background-color: #8B5735;
}
</style>
border-color css
<style>
span { border-color: #8B5735; }
span { border-color: rgb(139,87,53); }
td.TdClassName
{
border-color: #8B5735;
}
.TagClassName
{
border-color: #8B5735;
}
</style>