Shades of Rope #925D43
Tints of Rope #925D43
RGB
CMYK
RGB Variations
Color information
#925D43 (or 0x925D43) is known color: Rope. HEX triplet: 92, 5D and 43. RGB value is (146,93,67). Sum of RGB (Red+Green+Blue) = 146+93+67=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #925D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D43 is #6DA2BC. Grayscale: #6A6A6A. Windows color (decimal): -7185085 or 4414866. OLE color: 4414866.
HSL color Cylindrical-coordinate representation of color #925D43: hue angle of 19.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #925D43 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 67 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.43 |
| HSL | 19.75º | 0.37% | 0.42% | - |
| HSV(B) | 19.75º | 0.54% | 0.57% | - |
| XYZ | 16.78 | 14.34 | 7.19 | - |
| YUV | 105.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 67 | 0 | 0.36 | 0.54 | 0.43 | 19.75 | 0.37 | 0.42 |
| Hex | 92 | 5D | 43 | 0 | 24 | 36 | 2B | 14 | 25 | 2A |
| Octal | 222 | 135 | 103 | 0 | 44 | 66 | 53 | 24 | 45 | 52 |
| Binary | 10010010 | 1011101 | 1000011 | 0 | 100100 | 110110 | 101011 | 10100 | 100101 | 101010 |
Color Harmonies of #925D43
Complementary color
Monochromatic Colors of #925D43
Black with #925D43
Text Example
Text Example
White with #925D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D43; }
p { color: rgb(146,93,67); }
H1.HeaderClassName
{
color: #925D43;
}
.AnyTagClassName
{
color: #925D43;
}
</style>
background-color css
<style>
a { background-color: #925D43; }
a { background-color: rgb(146,93,67); }
div.DivClassName
{
background-color: #925D43;
}
.BgClassName
{
background-color: #925D43;
}
</style>
border-color css
<style>
span { border-color: #925D43; }
span { border-color: rgb(146,93,67); }
td.TdClassName
{
border-color: #925D43;
}
.TagClassName
{
border-color: #925D43;
}
</style>