Shades of Rope #945A39
Tints of Rope #945A39
RGB
CMYK
RGB Variations
Color information
#945A39 (or 0x945A39) is known color: Rope. HEX triplet: 94, 5A and 39. RGB value is (148,90,57). Sum of RGB (Red+Green+Blue) = 148+90+57=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #945A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A39 is #6BA5C6. Grayscale: #676767. Windows color (decimal): -7054791 or 3758740. OLE color: 3758740.
HSL color Cylindrical-coordinate representation of color #945A39: hue angle of 21.76º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #945A39 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 57 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.42 |
| HSL | 21.76º | 0.44% | 0.4% | - |
| HSV(B) | 21.76º | 0.61% | 0.58% | - |
| XYZ | 16.61 | 13.9 | 5.68 | - |
| YUV | 103.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 57 | 0 | 0.39 | 0.61 | 0.42 | 21.76 | 0.44 | 0.4 |
| Hex | 94 | 5A | 39 | 0 | 27 | 3D | 2A | 16 | 2C | 28 |
| Octal | 224 | 132 | 71 | 0 | 47 | 75 | 52 | 26 | 54 | 50 |
| Binary | 10010100 | 1011010 | 111001 | 0 | 100111 | 111101 | 101010 | 10110 | 101100 | 101000 |
Color Harmonies of #945A39
Complementary color
Monochromatic Colors of #945A39
Black with #945A39
Text Example
Text Example
White with #945A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A39; }
p { color: rgb(148,90,57); }
H1.HeaderClassName
{
color: #945A39;
}
.AnyTagClassName
{
color: #945A39;
}
</style>
background-color css
<style>
a { background-color: #945A39; }
a { background-color: rgb(148,90,57); }
div.DivClassName
{
background-color: #945A39;
}
.BgClassName
{
background-color: #945A39;
}
</style>
border-color css
<style>
span { border-color: #945A39; }
span { border-color: rgb(148,90,57); }
td.TdClassName
{
border-color: #945A39;
}
.TagClassName
{
border-color: #945A39;
}
</style>