Shades of Rope #94563E
Tints of Rope #94563E
RGB
CMYK
RGB Variations
Color information
#94563E (or 0x94563E) is known color: Rope. HEX triplet: 94, 56 and 3E. RGB value is (148,86,62). Sum of RGB (Red+Green+Blue) = 148+86+62=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94563E is #6BA9C1. Grayscale: #656565. Windows color (decimal): -7055810 or 4085396. OLE color: 4085396.
HSL color Cylindrical-coordinate representation of color #94563E: hue angle of 16.74º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94563E is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 62 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.42 |
| HSL | 16.74º | 0.41% | 0.41% | - |
| HSV(B) | 16.74º | 0.58% | 0.58% | - |
| XYZ | 16.41 | 13.3 | 6.26 | - |
| YUV | 101.8 | 105.54 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 62 | 0 | 0.42 | 0.58 | 0.42 | 16.74 | 0.41 | 0.41 |
| Hex | 94 | 56 | 3E | 0 | 2A | 3A | 2A | 11 | 29 | 29 |
| Octal | 224 | 126 | 76 | 0 | 52 | 72 | 52 | 21 | 51 | 51 |
| Binary | 10010100 | 1010110 | 111110 | 0 | 101010 | 111010 | 101010 | 10001 | 101001 | 101001 |
Color Harmonies of #94563E
Complementary color
Monochromatic Colors of #94563E
Black with #94563E
Text Example
Text Example
White with #94563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94563E; }
p { color: rgb(148,86,62); }
H1.HeaderClassName
{
color: #94563E;
}
.AnyTagClassName
{
color: #94563E;
}
</style>
background-color css
<style>
a { background-color: #94563E; }
a { background-color: rgb(148,86,62); }
div.DivClassName
{
background-color: #94563E;
}
.BgClassName
{
background-color: #94563E;
}
</style>
border-color css
<style>
span { border-color: #94563E; }
span { border-color: rgb(148,86,62); }
td.TdClassName
{
border-color: #94563E;
}
.TagClassName
{
border-color: #94563E;
}
</style>