Shades of Rebel #47342E
Tints of Rebel #47342E
RGB
CMYK
RGB Variations
Color information
#47342E (or 0x47342E) is known color: Rebel. HEX triplet: 47, 34 and 2E. RGB value is (71,52,46). Sum of RGB (Red+Green+Blue) = 71+52+46=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47342E is #B8CBD1. Grayscale: #393939. Windows color (decimal): -12110802 or 3028039. OLE color: 3028039.
HSL color Cylindrical-coordinate representation of color #47342E: hue angle of 14.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47342E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 46 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.72 |
| HSL | 14.4º | 0.21% | 0.23% | - |
| HSV(B) | 14.4º | 0.35% | 0.28% | - |
| XYZ | 4.32 | 3.99 | 3.13 | - |
| YUV | 57 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 46 | 0 | 0.27 | 0.35 | 0.72 | 14.4 | 0.21 | 0.23 |
| Hex | 47 | 34 | 2E | 0 | 1B | 23 | 48 | E | 15 | 17 |
| Octal | 107 | 64 | 56 | 0 | 33 | 43 | 110 | 16 | 25 | 27 |
| Binary | 1000111 | 110100 | 101110 | 0 | 11011 | 100011 | 1001000 | 1110 | 10101 | 10111 |
Color Harmonies of #47342E
Complementary color
Monochromatic Colors of #47342E
Black with #47342E
Text Example
Text Example
White with #47342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47342E; }
p { color: rgb(71,52,46); }
H1.HeaderClassName
{
color: #47342E;
}
.AnyTagClassName
{
color: #47342E;
}
</style>
background-color css
<style>
a { background-color: #47342E; }
a { background-color: rgb(71,52,46); }
div.DivClassName
{
background-color: #47342E;
}
.BgClassName
{
background-color: #47342E;
}
</style>
border-color css
<style>
span { border-color: #47342E; }
span { border-color: rgb(71,52,46); }
td.TdClassName
{
border-color: #47342E;
}
.TagClassName
{
border-color: #47342E;
}
</style>