Shades of Rope #945C41
Tints of Rope #945C41
RGB
CMYK
RGB Variations
Color information
#945C41 (or 0x945C41) is known color: Rope. HEX triplet: 94, 5C and 41. RGB value is (148,92,65). Sum of RGB (Red+Green+Blue) = 148+92+65=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #945C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C41 is #6BA3BE. Grayscale: #696969. Windows color (decimal): -7054271 or 4283540. OLE color: 4283540.
HSL color Cylindrical-coordinate representation of color #945C41: hue angle of 19.52º 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 #945C41 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 65 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.42 |
| HSL | 19.52º | 0.39% | 0.42% | - |
| HSV(B) | 19.52º | 0.56% | 0.58% | - |
| XYZ | 16.99 | 14.33 | 6.87 | - |
| YUV | 105.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 65 | 0 | 0.38 | 0.56 | 0.42 | 19.52 | 0.39 | 0.42 |
| Hex | 94 | 5C | 41 | 0 | 26 | 38 | 2A | 14 | 27 | 2A |
| Octal | 224 | 134 | 101 | 0 | 46 | 70 | 52 | 24 | 47 | 52 |
| Binary | 10010100 | 1011100 | 1000001 | 0 | 100110 | 111000 | 101010 | 10100 | 100111 | 101010 |
Color Harmonies of #945C41
Complementary color
Monochromatic Colors of #945C41
Black with #945C41
Text Example
Text Example
White with #945C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C41; }
p { color: rgb(148,92,65); }
H1.HeaderClassName
{
color: #945C41;
}
.AnyTagClassName
{
color: #945C41;
}
</style>
background-color css
<style>
a { background-color: #945C41; }
a { background-color: rgb(148,92,65); }
div.DivClassName
{
background-color: #945C41;
}
.BgClassName
{
background-color: #945C41;
}
</style>
border-color css
<style>
span { border-color: #945C41; }
span { border-color: rgb(148,92,65); }
td.TdClassName
{
border-color: #945C41;
}
.TagClassName
{
border-color: #945C41;
}
</style>