Shades of Rope #94593D
Tints of Rope #94593D
RGB
CMYK
RGB Variations
Color information
#94593D (or 0x94593D) is known color: Rope. HEX triplet: 94, 59 and 3D. RGB value is (148,89,61). Sum of RGB (Red+Green+Blue) = 148+89+61=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #94593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94593D is #6BA6C2. Grayscale: #676767. Windows color (decimal): -7055043 or 4020628. OLE color: 4020628.
HSL color Cylindrical-coordinate representation of color #94593D: hue angle of 19.31º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94593D is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 61 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.42 |
| HSL | 19.31º | 0.42% | 0.41% | - |
| HSV(B) | 19.31º | 0.59% | 0.58% | - |
| XYZ | 16.63 | 13.78 | 6.2 | - |
| YUV | 103.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 61 | 0 | 0.40 | 0.59 | 0.42 | 19.31 | 0.42 | 0.41 |
| Hex | 94 | 59 | 3D | 0 | 28 | 3B | 2A | 13 | 2A | 29 |
| Octal | 224 | 131 | 75 | 0 | 50 | 73 | 52 | 23 | 52 | 51 |
| Binary | 10010100 | 1011001 | 111101 | 0 | 101000 | 111011 | 101010 | 10011 | 101010 | 101001 |
Color Harmonies of #94593D
Complementary color
Monochromatic Colors of #94593D
Black with #94593D
Text Example
Text Example
White with #94593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94593D; }
p { color: rgb(148,89,61); }
H1.HeaderClassName
{
color: #94593D;
}
.AnyTagClassName
{
color: #94593D;
}
</style>
background-color css
<style>
a { background-color: #94593D; }
a { background-color: rgb(148,89,61); }
div.DivClassName
{
background-color: #94593D;
}
.BgClassName
{
background-color: #94593D;
}
</style>
border-color css
<style>
span { border-color: #94593D; }
span { border-color: rgb(148,89,61); }
td.TdClassName
{
border-color: #94593D;
}
.TagClassName
{
border-color: #94593D;
}
</style>