Shades of Rope #92593D
Tints of Rope #92593D
RGB
CMYK
RGB Variations
Color information
#92593D (or 0x92593D) is known color: Rope. HEX triplet: 92, 59 and 3D. RGB value is (146,89,61). Sum of RGB (Red+Green+Blue) = 146+89+61=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #92593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92593D is #6DA6C2. Grayscale: #676767. Windows color (decimal): -7186115 or 4020626. OLE color: 4020626.
HSL color Cylindrical-coordinate representation of color #92593D: hue angle of 19.76º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92593D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 61 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.43 |
| HSL | 19.76º | 0.41% | 0.41% | - |
| HSV(B) | 19.76º | 0.58% | 0.57% | - |
| XYZ | 16.27 | 13.59 | 6.18 | - |
| YUV | 102.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 61 | 0 | 0.39 | 0.58 | 0.43 | 19.76 | 0.41 | 0.41 |
| Hex | 92 | 59 | 3D | 0 | 27 | 3A | 2B | 14 | 29 | 29 |
| Octal | 222 | 131 | 75 | 0 | 47 | 72 | 53 | 24 | 51 | 51 |
| Binary | 10010010 | 1011001 | 111101 | 0 | 100111 | 111010 | 101011 | 10100 | 101001 | 101001 |
Color Harmonies of #92593D
Complementary color
Monochromatic Colors of #92593D
Black with #92593D
Text Example
Text Example
White with #92593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92593D; }
p { color: rgb(146,89,61); }
H1.HeaderClassName
{
color: #92593D;
}
.AnyTagClassName
{
color: #92593D;
}
</style>
background-color css
<style>
a { background-color: #92593D; }
a { background-color: rgb(146,89,61); }
div.DivClassName
{
background-color: #92593D;
}
.BgClassName
{
background-color: #92593D;
}
</style>
border-color css
<style>
span { border-color: #92593D; }
span { border-color: rgb(146,89,61); }
td.TdClassName
{
border-color: #92593D;
}
.TagClassName
{
border-color: #92593D;
}
</style>