Shades of Rope #945E41
Tints of Rope #945E41
RGB
CMYK
RGB Variations
Color information
#945E41 (or 0x945E41) is known color: Rope. HEX triplet: 94, 5E and 41. RGB value is (148,94,65). Sum of RGB (Red+Green+Blue) = 148+94+65=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #945E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E41 is #6BA1BE. Grayscale: #6B6B6B. Windows color (decimal): -7053759 or 4284052. OLE color: 4284052.
HSL color Cylindrical-coordinate representation of color #945E41: hue angle of 20.96º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #945E41 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 94 | 65 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.42 |
| HSL | 20.96º | 0.39% | 0.42% | - |
| HSV(B) | 20.96º | 0.56% | 0.58% | - |
| XYZ | 17.17 | 14.68 | 6.93 | - |
| YUV | 106.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 65 | 0 | 0.36 | 0.56 | 0.42 | 20.96 | 0.39 | 0.42 |
| Hex | 94 | 5E | 41 | 0 | 24 | 38 | 2A | 15 | 27 | 2A |
| Octal | 224 | 136 | 101 | 0 | 44 | 70 | 52 | 25 | 47 | 52 |
| Binary | 10010100 | 1011110 | 1000001 | 0 | 100100 | 111000 | 101010 | 10101 | 100111 | 101010 |
Color Harmonies of #945E41
Complementary color
Monochromatic Colors of #945E41
Black with #945E41
Text Example
Text Example
White with #945E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945E41; }
p { color: rgb(148,94,65); }
H1.HeaderClassName
{
color: #945E41;
}
.AnyTagClassName
{
color: #945E41;
}
</style>
background-color css
<style>
a { background-color: #945E41; }
a { background-color: rgb(148,94,65); }
div.DivClassName
{
background-color: #945E41;
}
.BgClassName
{
background-color: #945E41;
}
</style>
border-color css
<style>
span { border-color: #945E41; }
span { border-color: rgb(148,94,65); }
td.TdClassName
{
border-color: #945E41;
}
.TagClassName
{
border-color: #945E41;
}
</style>