Shades of Rope #8A573A
Tints of Rope #8A573A
RGB
CMYK
RGB Variations
Color information
#8A573A (or 0x8A573A) is known color: Rope. HEX triplet: 8A, 57 and 3A. RGB value is (138,87,58). Sum of RGB (Red+Green+Blue) = 138+87+58=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A573A is #75A8C5. Grayscale: #636363. Windows color (decimal): -7710918 or 3823498. OLE color: 3823498.
HSL color Cylindrical-coordinate representation of color #8A573A: hue angle of 21.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A573A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 58 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.46 |
| HSL | 21.75º | 0.41% | 0.38% | - |
| HSV(B) | 21.75º | 0.58% | 0.54% | - |
| XYZ | 14.65 | 12.53 | 5.65 | - |
| YUV | 98.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 58 | 0 | 0.37 | 0.58 | 0.46 | 21.75 | 0.41 | 0.38 |
| Hex | 8A | 57 | 3A | 0 | 25 | 3A | 2E | 16 | 29 | 26 |
| Octal | 212 | 127 | 72 | 0 | 45 | 72 | 56 | 26 | 51 | 46 |
| Binary | 10001010 | 1010111 | 111010 | 0 | 100101 | 111010 | 101110 | 10110 | 101001 | 100110 |
Color Harmonies of #8A573A
Complementary color
Monochromatic Colors of #8A573A
Black with #8A573A
Text Example
Text Example
White with #8A573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A573A; }
p { color: rgb(138,87,58); }
H1.HeaderClassName
{
color: #8A573A;
}
.AnyTagClassName
{
color: #8A573A;
}
</style>
background-color css
<style>
a { background-color: #8A573A; }
a { background-color: rgb(138,87,58); }
div.DivClassName
{
background-color: #8A573A;
}
.BgClassName
{
background-color: #8A573A;
}
</style>
border-color css
<style>
span { border-color: #8A573A; }
span { border-color: rgb(138,87,58); }
td.TdClassName
{
border-color: #8A573A;
}
.TagClassName
{
border-color: #8A573A;
}
</style>