Shades of Rope #8B543C
Tints of Rope #8B543C
RGB
CMYK
RGB Variations
Color information
#8B543C (or 0x8B543C) is known color: Rope. HEX triplet: 8B, 54 and 3C. RGB value is (139,84,60). Sum of RGB (Red+Green+Blue) = 139+84+60=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B543C is #74ABC3. Grayscale: #616161. Windows color (decimal): -7646148 or 3953803. OLE color: 3953803.
HSL color Cylindrical-coordinate representation of color #8B543C: hue angle of 18.23º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B543C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 60 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.45 |
| HSL | 18.23º | 0.4% | 0.39% | - |
| HSV(B) | 18.23º | 0.57% | 0.55% | - |
| XYZ | 14.63 | 12.16 | 5.85 | - |
| YUV | 97.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 60 | 0 | 0.40 | 0.57 | 0.45 | 18.23 | 0.4 | 0.39 |
| Hex | 8B | 54 | 3C | 0 | 28 | 39 | 2D | 12 | 28 | 27 |
| Octal | 213 | 124 | 74 | 0 | 50 | 71 | 55 | 22 | 50 | 47 |
| Binary | 10001011 | 1010100 | 111100 | 0 | 101000 | 111001 | 101101 | 10010 | 101000 | 100111 |
Color Harmonies of #8B543C
Complementary color
Monochromatic Colors of #8B543C
Black with #8B543C
Text Example
Text Example
White with #8B543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B543C; }
p { color: rgb(139,84,60); }
H1.HeaderClassName
{
color: #8B543C;
}
.AnyTagClassName
{
color: #8B543C;
}
</style>
background-color css
<style>
a { background-color: #8B543C; }
a { background-color: rgb(139,84,60); }
div.DivClassName
{
background-color: #8B543C;
}
.BgClassName
{
background-color: #8B543C;
}
</style>
border-color css
<style>
span { border-color: #8B543C; }
span { border-color: rgb(139,84,60); }
td.TdClassName
{
border-color: #8B543C;
}
.TagClassName
{
border-color: #8B543C;
}
</style>