Shades of Rope #92593C
Tints of Rope #92593C
RGB
CMYK
RGB Variations
Color information
#92593C (or 0x92593C) is known color: Rope. HEX triplet: 92, 59 and 3C. RGB value is (146,89,60). Sum of RGB (Red+Green+Blue) = 146+89+60=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #92593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92593C is #6DA6C3. Grayscale: #666666. Windows color (decimal): -7186116 or 3955090. OLE color: 3955090.
HSL color Cylindrical-coordinate representation of color #92593C: hue angle of 20.23º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92593C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 60 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.43 |
| HSL | 20.23º | 0.42% | 0.4% | - |
| HSV(B) | 20.23º | 0.59% | 0.57% | - |
| XYZ | 16.24 | 13.58 | 6.04 | - |
| YUV | 102.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 60 | 0 | 0.39 | 0.59 | 0.43 | 20.23 | 0.42 | 0.4 |
| Hex | 92 | 59 | 3C | 0 | 27 | 3B | 2B | 14 | 2A | 28 |
| Octal | 222 | 131 | 74 | 0 | 47 | 73 | 53 | 24 | 52 | 50 |
| Binary | 10010010 | 1011001 | 111100 | 0 | 100111 | 111011 | 101011 | 10100 | 101010 | 101000 |
Color Harmonies of #92593C
Complementary color
Monochromatic Colors of #92593C
Black with #92593C
Text Example
Text Example
White with #92593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92593C; }
p { color: rgb(146,89,60); }
H1.HeaderClassName
{
color: #92593C;
}
.AnyTagClassName
{
color: #92593C;
}
</style>
background-color css
<style>
a { background-color: #92593C; }
a { background-color: rgb(146,89,60); }
div.DivClassName
{
background-color: #92593C;
}
.BgClassName
{
background-color: #92593C;
}
</style>
border-color css
<style>
span { border-color: #92593C; }
span { border-color: rgb(146,89,60); }
td.TdClassName
{
border-color: #92593C;
}
.TagClassName
{
border-color: #92593C;
}
</style>