Shades of Rope #92593B
Tints of Rope #92593B
RGB
CMYK
RGB Variations
Color information
#92593B (or 0x92593B) is known color: Rope. HEX triplet: 92, 59 and 3B. RGB value is (146,89,59). Sum of RGB (Red+Green+Blue) = 146+89+59=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #92593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92593B is #6DA6C4. Grayscale: #666666. Windows color (decimal): -7186117 or 3889554. OLE color: 3889554.
HSL color Cylindrical-coordinate representation of color #92593B: hue angle of 20.69º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92593B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 59 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.43 |
| HSL | 20.69º | 0.42% | 0.4% | - |
| HSV(B) | 20.69º | 0.6% | 0.57% | - |
| XYZ | 16.22 | 13.57 | 5.9 | - |
| YUV | 102.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 59 | 0 | 0.39 | 0.60 | 0.43 | 20.69 | 0.42 | 0.4 |
| Hex | 92 | 59 | 3B | 0 | 27 | 3C | 2B | 15 | 2A | 28 |
| Octal | 222 | 131 | 73 | 0 | 47 | 74 | 53 | 25 | 52 | 50 |
| Binary | 10010010 | 1011001 | 111011 | 0 | 100111 | 111100 | 101011 | 10101 | 101010 | 101000 |
Color Harmonies of #92593B
Complementary color
Monochromatic Colors of #92593B
Black with #92593B
Text Example
Text Example
White with #92593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92593B; }
p { color: rgb(146,89,59); }
H1.HeaderClassName
{
color: #92593B;
}
.AnyTagClassName
{
color: #92593B;
}
</style>
background-color css
<style>
a { background-color: #92593B; }
a { background-color: rgb(146,89,59); }
div.DivClassName
{
background-color: #92593B;
}
.BgClassName
{
background-color: #92593B;
}
</style>
border-color css
<style>
span { border-color: #92593B; }
span { border-color: rgb(146,89,59); }
td.TdClassName
{
border-color: #92593B;
}
.TagClassName
{
border-color: #92593B;
}
</style>