Shades of Rope #925D40
Tints of Rope #925D40
RGB
CMYK
RGB Variations
Color information
#925D40 (or 0x925D40) is known color: Rope. HEX triplet: 92, 5D and 40. RGB value is (146,93,64). Sum of RGB (Red+Green+Blue) = 146+93+64=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #925D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D40 is #6DA2BF. Grayscale: #696969. Windows color (decimal): -7185088 or 4218258. OLE color: 4218258.
HSL color Cylindrical-coordinate representation of color #925D40: hue angle of 21.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925D40 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 64 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.43 |
| HSL | 21.22º | 0.39% | 0.41% | - |
| HSV(B) | 21.22º | 0.56% | 0.57% | - |
| XYZ | 16.69 | 14.31 | 6.73 | - |
| YUV | 105.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 64 | 0 | 0.36 | 0.56 | 0.43 | 21.22 | 0.39 | 0.41 |
| Hex | 92 | 5D | 40 | 0 | 24 | 38 | 2B | 15 | 27 | 29 |
| Octal | 222 | 135 | 100 | 0 | 44 | 70 | 53 | 25 | 47 | 51 |
| Binary | 10010010 | 1011101 | 1000000 | 0 | 100100 | 111000 | 101011 | 10101 | 100111 | 101001 |
Color Harmonies of #925D40
Complementary color
Monochromatic Colors of #925D40
Black with #925D40
Text Example
Text Example
White with #925D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D40; }
p { color: rgb(146,93,64); }
H1.HeaderClassName
{
color: #925D40;
}
.AnyTagClassName
{
color: #925D40;
}
</style>
background-color css
<style>
a { background-color: #925D40; }
a { background-color: rgb(146,93,64); }
div.DivClassName
{
background-color: #925D40;
}
.BgClassName
{
background-color: #925D40;
}
</style>
border-color css
<style>
span { border-color: #925D40; }
span { border-color: rgb(146,93,64); }
td.TdClassName
{
border-color: #925D40;
}
.TagClassName
{
border-color: #925D40;
}
</style>