Shades of Rope #925E3D
Tints of Rope #925E3D
RGB
CMYK
RGB Variations
Color information
#925E3D (or 0x925E3D) is known color: Rope. HEX triplet: 92, 5E and 3D. RGB value is (146,94,61). Sum of RGB (Red+Green+Blue) = 146+94+61=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #925E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E3D is #6DA1C2. Grayscale: #696969. Windows color (decimal): -7184835 or 4021906. OLE color: 4021906.
HSL color Cylindrical-coordinate representation of color #925E3D: hue angle of 23.29º 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 #925E3D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 61 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.43 |
| HSL | 23.29º | 0.41% | 0.41% | - |
| HSV(B) | 23.29º | 0.58% | 0.57% | - |
| XYZ | 16.7 | 14.45 | 6.32 | - |
| YUV | 105.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 61 | 0 | 0.36 | 0.58 | 0.43 | 23.29 | 0.41 | 0.41 |
| Hex | 92 | 5E | 3D | 0 | 24 | 3A | 2B | 17 | 29 | 29 |
| Octal | 222 | 136 | 75 | 0 | 44 | 72 | 53 | 27 | 51 | 51 |
| Binary | 10010010 | 1011110 | 111101 | 0 | 100100 | 111010 | 101011 | 10111 | 101001 | 101001 |
Color Harmonies of #925E3D
Complementary color
Monochromatic Colors of #925E3D
Black with #925E3D
Text Example
Text Example
White with #925E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E3D; }
p { color: rgb(146,94,61); }
H1.HeaderClassName
{
color: #925E3D;
}
.AnyTagClassName
{
color: #925E3D;
}
</style>
background-color css
<style>
a { background-color: #925E3D; }
a { background-color: rgb(146,94,61); }
div.DivClassName
{
background-color: #925E3D;
}
.BgClassName
{
background-color: #925E3D;
}
</style>
border-color css
<style>
span { border-color: #925E3D; }
span { border-color: rgb(146,94,61); }
td.TdClassName
{
border-color: #925E3D;
}
.TagClassName
{
border-color: #925E3D;
}
</style>