Shades of Rope #955838
Tints of Rope #955838
RGB
CMYK
RGB Variations
Color information
#955838 (or 0x955838) is known color: Rope. HEX triplet: 95, 58 and 38. RGB value is (149,88,56). Sum of RGB (Red+Green+Blue) = 149+88+56=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #955838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955838 is #6AA7C7. Grayscale: #666666. Windows color (decimal): -6989768 or 3692693. OLE color: 3692693.
HSL color Cylindrical-coordinate representation of color #955838: hue angle of 20.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955838 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 56 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.42 |
| HSL | 20.65º | 0.45% | 0.4% | - |
| HSV(B) | 20.65º | 0.62% | 0.58% | - |
| XYZ | 16.6 | 13.65 | 5.5 | - |
| YUV | 102.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 56 | 0 | 0.41 | 0.62 | 0.42 | 20.65 | 0.45 | 0.4 |
| Hex | 95 | 58 | 38 | 0 | 29 | 3E | 2A | 15 | 2D | 28 |
| Octal | 225 | 130 | 70 | 0 | 51 | 76 | 52 | 25 | 55 | 50 |
| Binary | 10010101 | 1011000 | 111000 | 0 | 101001 | 111110 | 101010 | 10101 | 101101 | 101000 |
Color Harmonies of #955838
Complementary color
Monochromatic Colors of #955838
Black with #955838
Text Example
Text Example
White with #955838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955838; }
p { color: rgb(149,88,56); }
H1.HeaderClassName
{
color: #955838;
}
.AnyTagClassName
{
color: #955838;
}
</style>
background-color css
<style>
a { background-color: #955838; }
a { background-color: rgb(149,88,56); }
div.DivClassName
{
background-color: #955838;
}
.BgClassName
{
background-color: #955838;
}
</style>
border-color css
<style>
span { border-color: #955838; }
span { border-color: rgb(149,88,56); }
td.TdClassName
{
border-color: #955838;
}
.TagClassName
{
border-color: #955838;
}
</style>