Shades of Rope #935B3B
Tints of Rope #935B3B
RGB
CMYK
RGB Variations
Color information
#935B3B (or 0x935B3B) is known color: Rope. HEX triplet: 93, 5B and 3B. RGB value is (147,91,59). Sum of RGB (Red+Green+Blue) = 147+91+59=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #935B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935B3B is #6CA4C4. Grayscale: #686868. Windows color (decimal): -7120069 or 3890067. OLE color: 3890067.
HSL color Cylindrical-coordinate representation of color #935B3B: hue angle of 21.82º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #935B3B is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 91 | 59 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.42 |
| HSL | 21.82º | 0.43% | 0.4% | - |
| HSV(B) | 21.82º | 0.6% | 0.58% | - |
| XYZ | 16.56 | 14 | 5.97 | - |
| YUV | 104.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 59 | 0 | 0.38 | 0.60 | 0.42 | 21.82 | 0.43 | 0.4 |
| Hex | 93 | 5B | 3B | 0 | 26 | 3C | 2A | 16 | 2B | 28 |
| Octal | 223 | 133 | 73 | 0 | 46 | 74 | 52 | 26 | 53 | 50 |
| Binary | 10010011 | 1011011 | 111011 | 0 | 100110 | 111100 | 101010 | 10110 | 101011 | 101000 |
Color Harmonies of #935B3B
Complementary color
Monochromatic Colors of #935B3B
Black with #935B3B
Text Example
Text Example
White with #935B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935B3B; }
p { color: rgb(147,91,59); }
H1.HeaderClassName
{
color: #935B3B;
}
.AnyTagClassName
{
color: #935B3B;
}
</style>
background-color css
<style>
a { background-color: #935B3B; }
a { background-color: rgb(147,91,59); }
div.DivClassName
{
background-color: #935B3B;
}
.BgClassName
{
background-color: #935B3B;
}
</style>
border-color css
<style>
span { border-color: #935B3B; }
span { border-color: rgb(147,91,59); }
td.TdClassName
{
border-color: #935B3B;
}
.TagClassName
{
border-color: #935B3B;
}
</style>