Shades of Rope #945F3C
Tints of Rope #945F3C
RGB
CMYK
RGB Variations
Color information
#945F3C (or 0x945F3C) is known color: Rope. HEX triplet: 94, 5F and 3C. RGB value is (148,95,60). Sum of RGB (Red+Green+Blue) = 148+95+60=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #945F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945F3C is #6BA0C3. Grayscale: #6B6B6B. Windows color (decimal): -7053508 or 3956628. OLE color: 3956628.
HSL color Cylindrical-coordinate representation of color #945F3C: hue angle of 23.86º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #945F3C is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 95 | 60 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.42 |
| HSL | 23.86º | 0.42% | 0.41% | - |
| HSV(B) | 23.86º | 0.59% | 0.58% | - |
| XYZ | 17.12 | 14.81 | 6.23 | - |
| YUV | 106.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 60 | 0 | 0.36 | 0.59 | 0.42 | 23.86 | 0.42 | 0.41 |
| Hex | 94 | 5F | 3C | 0 | 24 | 3B | 2A | 18 | 2A | 29 |
| Octal | 224 | 137 | 74 | 0 | 44 | 73 | 52 | 30 | 52 | 51 |
| Binary | 10010100 | 1011111 | 111100 | 0 | 100100 | 111011 | 101010 | 11000 | 101010 | 101001 |
Color Harmonies of #945F3C
Complementary color
Monochromatic Colors of #945F3C
Black with #945F3C
Text Example
Text Example
White with #945F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945F3C; }
p { color: rgb(148,95,60); }
H1.HeaderClassName
{
color: #945F3C;
}
.AnyTagClassName
{
color: #945F3C;
}
</style>
background-color css
<style>
a { background-color: #945F3C; }
a { background-color: rgb(148,95,60); }
div.DivClassName
{
background-color: #945F3C;
}
.BgClassName
{
background-color: #945F3C;
}
</style>
border-color css
<style>
span { border-color: #945F3C; }
span { border-color: rgb(148,95,60); }
td.TdClassName
{
border-color: #945F3C;
}
.TagClassName
{
border-color: #945F3C;
}
</style>