Shades of Rope #925D3F
Tints of Rope #925D3F
RGB
CMYK
RGB Variations
Color information
#925D3F (or 0x925D3F) is known color: Rope. HEX triplet: 92, 5D and 3F. RGB value is (146,93,63). Sum of RGB (Red+Green+Blue) = 146+93+63=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #925D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D3F is #6DA2C0. Grayscale: #696969. Windows color (decimal): -7185089 or 4152722. OLE color: 4152722.
HSL color Cylindrical-coordinate representation of color #925D3F: hue angle of 21.69º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925D3F is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 63 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.43 |
| HSL | 21.69º | 0.4% | 0.41% | - |
| HSV(B) | 21.69º | 0.57% | 0.57% | - |
| XYZ | 16.67 | 14.3 | 6.58 | - |
| YUV | 105.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 63 | 0 | 0.36 | 0.57 | 0.43 | 21.69 | 0.4 | 0.41 |
| Hex | 92 | 5D | 3F | 0 | 24 | 39 | 2B | 16 | 28 | 29 |
| Octal | 222 | 135 | 77 | 0 | 44 | 71 | 53 | 26 | 50 | 51 |
| Binary | 10010010 | 1011101 | 111111 | 0 | 100100 | 111001 | 101011 | 10110 | 101000 | 101001 |
Color Harmonies of #925D3F
Complementary color
Monochromatic Colors of #925D3F
Black with #925D3F
Text Example
Text Example
White with #925D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D3F; }
p { color: rgb(146,93,63); }
H1.HeaderClassName
{
color: #925D3F;
}
.AnyTagClassName
{
color: #925D3F;
}
</style>
background-color css
<style>
a { background-color: #925D3F; }
a { background-color: rgb(146,93,63); }
div.DivClassName
{
background-color: #925D3F;
}
.BgClassName
{
background-color: #925D3F;
}
</style>
border-color css
<style>
span { border-color: #925D3F; }
span { border-color: rgb(146,93,63); }
td.TdClassName
{
border-color: #925D3F;
}
.TagClassName
{
border-color: #925D3F;
}
</style>