Shades of Rebel #493B36
Tints of Rebel #493B36
RGB
CMYK
RGB Variations
Color information
#493B36 (or 0x493B36) is known color: Rebel. HEX triplet: 49, 3B and 36. RGB value is (73,59,54). Sum of RGB (Red+Green+Blue) = 73+59+54=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #493B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B36 is #B6C4C9. Grayscale: #3E3E3E. Windows color (decimal): -11977930 or 3554121. OLE color: 3554121.
HSL color Cylindrical-coordinate representation of color #493B36: hue angle of 15.79º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #493B36 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 54 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.71 |
| HSL | 15.79º | 0.15% | 0.25% | - |
| HSV(B) | 15.79º | 0.26% | 0.29% | - |
| XYZ | 4.98 | 4.81 | 4.16 | - |
| YUV | 62.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 54 | 0 | 0.19 | 0.26 | 0.71 | 15.79 | 0.15 | 0.25 |
| Hex | 49 | 3B | 36 | 0 | 13 | 1A | 47 | 10 | F | 19 |
| Octal | 111 | 73 | 66 | 0 | 23 | 32 | 107 | 20 | 17 | 31 |
| Binary | 1001001 | 111011 | 110110 | 0 | 10011 | 11010 | 1000111 | 10000 | 1111 | 11001 |
Color Harmonies of #493B36
Complementary color
Monochromatic Colors of #493B36
Black with #493B36
Text Example
Text Example
White with #493B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B36; }
p { color: rgb(73,59,54); }
H1.HeaderClassName
{
color: #493B36;
}
.AnyTagClassName
{
color: #493B36;
}
</style>
background-color css
<style>
a { background-color: #493B36; }
a { background-color: rgb(73,59,54); }
div.DivClassName
{
background-color: #493B36;
}
.BgClassName
{
background-color: #493B36;
}
</style>
border-color css
<style>
span { border-color: #493B36; }
span { border-color: rgb(73,59,54); }
td.TdClassName
{
border-color: #493B36;
}
.TagClassName
{
border-color: #493B36;
}
</style>