Shades of Rope #94533C
Tints of Rope #94533C
RGB
CMYK
RGB Variations
Color information
#94533C (or 0x94533C) is known color: Rope. HEX triplet: 94, 53 and 3C. RGB value is (148,83,60). Sum of RGB (Red+Green+Blue) = 148+83+60=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94533C is #6BACC3. Grayscale: #636363. Windows color (decimal): -7056580 or 3953556. OLE color: 3953556.
HSL color Cylindrical-coordinate representation of color #94533C: hue angle of 15.68º 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 #94533C is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 60 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.42 |
| HSL | 15.68º | 0.42% | 0.41% | - |
| HSV(B) | 15.68º | 0.59% | 0.58% | - |
| XYZ | 16.12 | 12.81 | 5.9 | - |
| YUV | 99.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 60 | 0 | 0.44 | 0.59 | 0.42 | 15.68 | 0.42 | 0.41 |
| Hex | 94 | 53 | 3C | 0 | 2C | 3B | 2A | 10 | 2A | 29 |
| Octal | 224 | 123 | 74 | 0 | 54 | 73 | 52 | 20 | 52 | 51 |
| Binary | 10010100 | 1010011 | 111100 | 0 | 101100 | 111011 | 101010 | 10000 | 101010 | 101001 |
Color Harmonies of #94533C
Complementary color
Monochromatic Colors of #94533C
Black with #94533C
Text Example
Text Example
White with #94533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94533C; }
p { color: rgb(148,83,60); }
H1.HeaderClassName
{
color: #94533C;
}
.AnyTagClassName
{
color: #94533C;
}
</style>
background-color css
<style>
a { background-color: #94533C; }
a { background-color: rgb(148,83,60); }
div.DivClassName
{
background-color: #94533C;
}
.BgClassName
{
background-color: #94533C;
}
</style>
border-color css
<style>
span { border-color: #94533C; }
span { border-color: rgb(148,83,60); }
td.TdClassName
{
border-color: #94533C;
}
.TagClassName
{
border-color: #94533C;
}
</style>