Shades of Rope #925B40
Tints of Rope #925B40
RGB
CMYK
RGB Variations
Color information
#925B40 (or 0x925B40) is known color: Rope. HEX triplet: 92, 5B and 40. RGB value is (146,91,64). Sum of RGB (Red+Green+Blue) = 146+91+64=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #925B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B40 is #6DA4BF. Grayscale: #686868. Windows color (decimal): -7185600 or 4217746. OLE color: 4217746.
HSL color Cylindrical-coordinate representation of color #925B40: hue angle of 19.76º 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 #925B40 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 91 | 64 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.43 |
| HSL | 19.76º | 0.39% | 0.41% | - |
| HSV(B) | 19.76º | 0.56% | 0.57% | - |
| XYZ | 16.52 | 13.96 | 6.67 | - |
| YUV | 104.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 64 | 0 | 0.38 | 0.56 | 0.43 | 19.76 | 0.39 | 0.41 |
| Hex | 92 | 5B | 40 | 0 | 26 | 38 | 2B | 14 | 27 | 29 |
| Octal | 222 | 133 | 100 | 0 | 46 | 70 | 53 | 24 | 47 | 51 |
| Binary | 10010010 | 1011011 | 1000000 | 0 | 100110 | 111000 | 101011 | 10100 | 100111 | 101001 |
Color Harmonies of #925B40
Complementary color
Monochromatic Colors of #925B40
Black with #925B40
Text Example
Text Example
White with #925B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925B40; }
p { color: rgb(146,91,64); }
H1.HeaderClassName
{
color: #925B40;
}
.AnyTagClassName
{
color: #925B40;
}
</style>
background-color css
<style>
a { background-color: #925B40; }
a { background-color: rgb(146,91,64); }
div.DivClassName
{
background-color: #925B40;
}
.BgClassName
{
background-color: #925B40;
}
</style>
border-color css
<style>
span { border-color: #925B40; }
span { border-color: rgb(146,91,64); }
td.TdClassName
{
border-color: #925B40;
}
.TagClassName
{
border-color: #925B40;
}
</style>