Shades of Rope #8C5534
Tints of Rope #8C5534
RGB
CMYK
RGB Variations
Color information
#8C5534 (or 0x8C5534) is known color: Rope. HEX triplet: 8C, 55 and 34. RGB value is (140,85,52). Sum of RGB (Red+Green+Blue) = 140+85+52=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5534 is #73AACB. Grayscale: #616161. Windows color (decimal): -7580364 or 3429772. OLE color: 3429772.
HSL color Cylindrical-coordinate representation of color #8C5534: hue angle of 22.5º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5534 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 52 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.45 |
| HSL | 22.5º | 0.46% | 0.38% | - |
| HSV(B) | 22.5º | 0.63% | 0.55% | - |
| XYZ | 14.68 | 12.32 | 4.85 | - |
| YUV | 97.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 52 | 0 | 0.39 | 0.63 | 0.45 | 22.5 | 0.46 | 0.38 |
| Hex | 8C | 55 | 34 | 0 | 27 | 3F | 2D | 16 | 2E | 26 |
| Octal | 214 | 125 | 64 | 0 | 47 | 77 | 55 | 26 | 56 | 46 |
| Binary | 10001100 | 1010101 | 110100 | 0 | 100111 | 111111 | 101101 | 10110 | 101110 | 100110 |
Color Harmonies of #8C5534
Complementary color
Monochromatic Colors of #8C5534
Black with #8C5534
Text Example
Text Example
White with #8C5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5534; }
p { color: rgb(140,85,52); }
H1.HeaderClassName
{
color: #8C5534;
}
.AnyTagClassName
{
color: #8C5534;
}
</style>
background-color css
<style>
a { background-color: #8C5534; }
a { background-color: rgb(140,85,52); }
div.DivClassName
{
background-color: #8C5534;
}
.BgClassName
{
background-color: #8C5534;
}
</style>
border-color css
<style>
span { border-color: #8C5534; }
span { border-color: rgb(140,85,52); }
td.TdClassName
{
border-color: #8C5534;
}
.TagClassName
{
border-color: #8C5534;
}
</style>