Shades of Rope #8C5238
Tints of Rope #8C5238
RGB
CMYK
RGB Variations
Color information
#8C5238 (or 0x8C5238) is known color: Rope. HEX triplet: 8C, 52 and 38. RGB value is (140,82,56). Sum of RGB (Red+Green+Blue) = 140+82+56=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5238 is #73ADC7. Grayscale: #606060. Windows color (decimal): -7581128 or 3691148. OLE color: 3691148.
HSL color Cylindrical-coordinate representation of color #8C5238: hue angle of 18.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C5238 is Cyan = 0, Magento = 0.41, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 56 | - |
| CMYK | 0 | 0.41 | 0.6 | 0.45 |
| HSL | 18.57º | 0.43% | 0.38% | - |
| HSV(B) | 18.57º | 0.6% | 0.55% | - |
| XYZ | 14.55 | 11.9 | 5.27 | - |
| YUV | 96.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 56 | 0 | 0.41 | 0.6 | 0.45 | 18.57 | 0.43 | 0.38 |
| Hex | 8C | 52 | 38 | 0 | 29 | 3C | 2D | 13 | 2B | 26 |
| Octal | 214 | 122 | 70 | 0 | 51 | 74 | 55 | 23 | 53 | 46 |
| Binary | 10001100 | 1010010 | 111000 | 0 | 101001 | 111100 | 101101 | 10011 | 101011 | 100110 |
Color Harmonies of #8C5238
Complementary color
Monochromatic Colors of #8C5238
Black with #8C5238
Text Example
Text Example
White with #8C5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5238; }
p { color: rgb(140,82,56); }
H1.HeaderClassName
{
color: #8C5238;
}
.AnyTagClassName
{
color: #8C5238;
}
</style>
background-color css
<style>
a { background-color: #8C5238; }
a { background-color: rgb(140,82,56); }
div.DivClassName
{
background-color: #8C5238;
}
.BgClassName
{
background-color: #8C5238;
}
</style>
border-color css
<style>
span { border-color: #8C5238; }
span { border-color: rgb(140,82,56); }
td.TdClassName
{
border-color: #8C5238;
}
.TagClassName
{
border-color: #8C5238;
}
</style>