Shades of Rope #8A543B
Tints of Rope #8A543B
RGB
CMYK
RGB Variations
Color information
#8A543B (or 0x8A543B) is known color: Rope. HEX triplet: 8A, 54 and 3B. RGB value is (138,84,59). Sum of RGB (Red+Green+Blue) = 138+84+59=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A543B is #75ABC4. Grayscale: #616161. Windows color (decimal): -7711685 or 3888266. OLE color: 3888266.
HSL color Cylindrical-coordinate representation of color #8A543B: hue angle of 18.99º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A543B is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 59 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.46 |
| HSL | 18.99º | 0.4% | 0.39% | - |
| HSV(B) | 18.99º | 0.57% | 0.54% | - |
| XYZ | 14.44 | 12.06 | 5.7 | - |
| YUV | 97.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 59 | 0 | 0.39 | 0.57 | 0.46 | 18.99 | 0.4 | 0.39 |
| Hex | 8A | 54 | 3B | 0 | 27 | 39 | 2E | 13 | 28 | 27 |
| Octal | 212 | 124 | 73 | 0 | 47 | 71 | 56 | 23 | 50 | 47 |
| Binary | 10001010 | 1010100 | 111011 | 0 | 100111 | 111001 | 101110 | 10011 | 101000 | 100111 |
Color Harmonies of #8A543B
Complementary color
Monochromatic Colors of #8A543B
Black with #8A543B
Text Example
Text Example
White with #8A543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A543B; }
p { color: rgb(138,84,59); }
H1.HeaderClassName
{
color: #8A543B;
}
.AnyTagClassName
{
color: #8A543B;
}
</style>
background-color css
<style>
a { background-color: #8A543B; }
a { background-color: rgb(138,84,59); }
div.DivClassName
{
background-color: #8A543B;
}
.BgClassName
{
background-color: #8A543B;
}
</style>
border-color css
<style>
span { border-color: #8A543B; }
span { border-color: rgb(138,84,59); }
td.TdClassName
{
border-color: #8A543B;
}
.TagClassName
{
border-color: #8A543B;
}
</style>