Shades of Rope #94563C
Tints of Rope #94563C
RGB
CMYK
RGB Variations
Color information
#94563C (or 0x94563C) is known color: Rope. HEX triplet: 94, 56 and 3C. RGB value is (148,86,60). Sum of RGB (Red+Green+Blue) = 148+86+60=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94563C is #6BA9C3. Grayscale: #656565. Windows color (decimal): -7055812 or 3954324. OLE color: 3954324.
HSL color Cylindrical-coordinate representation of color #94563C: hue angle of 17.73º 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 #94563C is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 60 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.42 |
| HSL | 17.73º | 0.42% | 0.41% | - |
| HSV(B) | 17.73º | 0.59% | 0.58% | - |
| XYZ | 16.36 | 13.28 | 5.98 | - |
| YUV | 101.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 60 | 0 | 0.42 | 0.59 | 0.42 | 17.73 | 0.42 | 0.41 |
| Hex | 94 | 56 | 3C | 0 | 2A | 3B | 2A | 12 | 2A | 29 |
| Octal | 224 | 126 | 74 | 0 | 52 | 73 | 52 | 22 | 52 | 51 |
| Binary | 10010100 | 1010110 | 111100 | 0 | 101010 | 111011 | 101010 | 10010 | 101010 | 101001 |
Color Harmonies of #94563C
Complementary color
Monochromatic Colors of #94563C
Black with #94563C
Text Example
Text Example
White with #94563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94563C; }
p { color: rgb(148,86,60); }
H1.HeaderClassName
{
color: #94563C;
}
.AnyTagClassName
{
color: #94563C;
}
</style>
background-color css
<style>
a { background-color: #94563C; }
a { background-color: rgb(148,86,60); }
div.DivClassName
{
background-color: #94563C;
}
.BgClassName
{
background-color: #94563C;
}
</style>
border-color css
<style>
span { border-color: #94563C; }
span { border-color: rgb(148,86,60); }
td.TdClassName
{
border-color: #94563C;
}
.TagClassName
{
border-color: #94563C;
}
</style>