Shades of Rope #8C5834
Tints of Rope #8C5834
RGB
CMYK
RGB Variations
Color information
#8C5834 (or 0x8C5834) is known color: Rope. HEX triplet: 8C, 58 and 34. RGB value is (140,88,52). Sum of RGB (Red+Green+Blue) = 140+88+52=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5834 is #73A7CB. Grayscale: #636363. Windows color (decimal): -7579596 or 3430540. OLE color: 3430540.
HSL color Cylindrical-coordinate representation of color #8C5834: hue angle of 24.55º 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 #8C5834 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 52 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.45 |
| HSL | 24.55º | 0.46% | 0.38% | - |
| HSV(B) | 24.55º | 0.63% | 0.55% | - |
| XYZ | 14.92 | 12.8 | 4.93 | - |
| YUV | 99.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 52 | 0 | 0.37 | 0.63 | 0.45 | 24.55 | 0.46 | 0.38 |
| Hex | 8C | 58 | 34 | 0 | 25 | 3F | 2D | 19 | 2E | 26 |
| Octal | 214 | 130 | 64 | 0 | 45 | 77 | 55 | 31 | 56 | 46 |
| Binary | 10001100 | 1011000 | 110100 | 0 | 100101 | 111111 | 101101 | 11001 | 101110 | 100110 |
Color Harmonies of #8C5834
Complementary color
Monochromatic Colors of #8C5834
Black with #8C5834
Text Example
Text Example
White with #8C5834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5834; }
p { color: rgb(140,88,52); }
H1.HeaderClassName
{
color: #8C5834;
}
.AnyTagClassName
{
color: #8C5834;
}
</style>
background-color css
<style>
a { background-color: #8C5834; }
a { background-color: rgb(140,88,52); }
div.DivClassName
{
background-color: #8C5834;
}
.BgClassName
{
background-color: #8C5834;
}
</style>
border-color css
<style>
span { border-color: #8C5834; }
span { border-color: rgb(140,88,52); }
td.TdClassName
{
border-color: #8C5834;
}
.TagClassName
{
border-color: #8C5834;
}
</style>