Shades of Rope #945B40
Tints of Rope #945B40
RGB
CMYK
RGB Variations
Color information
#945B40 (or 0x945B40) is known color: Rope. HEX triplet: 94, 5B and 40. RGB value is (148,91,64). Sum of RGB (Red+Green+Blue) = 148+91+64=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #945B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B40 is #6BA4BF. Grayscale: #696969. Windows color (decimal): -7054528 or 4217748. OLE color: 4217748.
HSL color Cylindrical-coordinate representation of color #945B40: hue angle of 19.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945B40 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 64 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.42 |
| HSL | 19.29º | 0.4% | 0.42% | - |
| HSV(B) | 19.29º | 0.57% | 0.58% | - |
| XYZ | 16.88 | 14.15 | 6.69 | - |
| YUV | 104.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 64 | 0 | 0.39 | 0.57 | 0.42 | 19.29 | 0.4 | 0.42 |
| Hex | 94 | 5B | 40 | 0 | 27 | 39 | 2A | 13 | 28 | 2A |
| Octal | 224 | 133 | 100 | 0 | 47 | 71 | 52 | 23 | 50 | 52 |
| Binary | 10010100 | 1011011 | 1000000 | 0 | 100111 | 111001 | 101010 | 10011 | 101000 | 101010 |
Color Harmonies of #945B40
Complementary color
Monochromatic Colors of #945B40
Black with #945B40
Text Example
Text Example
White with #945B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B40; }
p { color: rgb(148,91,64); }
H1.HeaderClassName
{
color: #945B40;
}
.AnyTagClassName
{
color: #945B40;
}
</style>
background-color css
<style>
a { background-color: #945B40; }
a { background-color: rgb(148,91,64); }
div.DivClassName
{
background-color: #945B40;
}
.BgClassName
{
background-color: #945B40;
}
</style>
border-color css
<style>
span { border-color: #945B40; }
span { border-color: rgb(148,91,64); }
td.TdClassName
{
border-color: #945B40;
}
.TagClassName
{
border-color: #945B40;
}
</style>