Shades of Rope #8C5A34
Tints of Rope #8C5A34
RGB
CMYK
RGB Variations
Color information
#8C5A34 (or 0x8C5A34) is known color: Rope. HEX triplet: 8C, 5A and 34. RGB value is (140,90,52). Sum of RGB (Red+Green+Blue) = 140+90+52=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5A34 is #73A5CB. Grayscale: #646464. Windows color (decimal): -7579084 or 3431052. OLE color: 3431052.
HSL color Cylindrical-coordinate representation of color #8C5A34: hue angle of 25.91º 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 #8C5A34 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 52 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.45 |
| HSL | 25.91º | 0.46% | 0.38% | - |
| HSV(B) | 25.91º | 0.63% | 0.55% | - |
| XYZ | 15.09 | 13.14 | 4.99 | - |
| YUV | 100.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 52 | 0 | 0.36 | 0.63 | 0.45 | 25.91 | 0.46 | 0.38 |
| Hex | 8C | 5A | 34 | 0 | 24 | 3F | 2D | 1A | 2E | 26 |
| Octal | 214 | 132 | 64 | 0 | 44 | 77 | 55 | 32 | 56 | 46 |
| Binary | 10001100 | 1011010 | 110100 | 0 | 100100 | 111111 | 101101 | 11010 | 101110 | 100110 |
Color Harmonies of #8C5A34
Complementary color
Monochromatic Colors of #8C5A34
Black with #8C5A34
Text Example
Text Example
White with #8C5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A34; }
p { color: rgb(140,90,52); }
H1.HeaderClassName
{
color: #8C5A34;
}
.AnyTagClassName
{
color: #8C5A34;
}
</style>
background-color css
<style>
a { background-color: #8C5A34; }
a { background-color: rgb(140,90,52); }
div.DivClassName
{
background-color: #8C5A34;
}
.BgClassName
{
background-color: #8C5A34;
}
</style>
border-color css
<style>
span { border-color: #8C5A34; }
span { border-color: rgb(140,90,52); }
td.TdClassName
{
border-color: #8C5A34;
}
.TagClassName
{
border-color: #8C5A34;
}
</style>