Shades of Rope #8C533C
Tints of Rope #8C533C
RGB
CMYK
RGB Variations
Color information
#8C533C (or 0x8C533C) is known color: Rope. HEX triplet: 8C, 53 and 3C. RGB value is (140,83,60). Sum of RGB (Red+Green+Blue) = 140+83+60=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C533C is #73ACC3. Grayscale: #616161. Windows color (decimal): -7580868 or 3953548. OLE color: 3953548.
HSL color Cylindrical-coordinate representation of color #8C533C: hue angle of 17.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C533C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 60 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.45 |
| HSL | 17.25º | 0.4% | 0.39% | - |
| HSV(B) | 17.25º | 0.57% | 0.55% | - |
| XYZ | 14.72 | 12.09 | 5.83 | - |
| YUV | 97.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 60 | 0 | 0.41 | 0.57 | 0.45 | 17.25 | 0.4 | 0.39 |
| Hex | 8C | 53 | 3C | 0 | 29 | 39 | 2D | 11 | 28 | 27 |
| Octal | 214 | 123 | 74 | 0 | 51 | 71 | 55 | 21 | 50 | 47 |
| Binary | 10001100 | 1010011 | 111100 | 0 | 101001 | 111001 | 101101 | 10001 | 101000 | 100111 |
Color Harmonies of #8C533C
Complementary color
Monochromatic Colors of #8C533C
Black with #8C533C
Text Example
Text Example
White with #8C533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C533C; }
p { color: rgb(140,83,60); }
H1.HeaderClassName
{
color: #8C533C;
}
.AnyTagClassName
{
color: #8C533C;
}
</style>
background-color css
<style>
a { background-color: #8C533C; }
a { background-color: rgb(140,83,60); }
div.DivClassName
{
background-color: #8C533C;
}
.BgClassName
{
background-color: #8C533C;
}
</style>
border-color css
<style>
span { border-color: #8C533C; }
span { border-color: rgb(140,83,60); }
td.TdClassName
{
border-color: #8C533C;
}
.TagClassName
{
border-color: #8C533C;
}
</style>