Shades of Rebel #47362F
Tints of Rebel #47362F
RGB
CMYK
RGB Variations
Color information
#47362F (or 0x47362F) is known color: Rebel. HEX triplet: 47, 36 and 2F. RGB value is (71,54,47). Sum of RGB (Red+Green+Blue) = 71+54+47=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #47362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47362F is #B8C9D0. Grayscale: #3A3A3A. Windows color (decimal): -12110289 or 3094087. OLE color: 3094087.
HSL color Cylindrical-coordinate representation of color #47362F: hue angle of 17.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47362F is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 47 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.72 |
| HSL | 17.5º | 0.2% | 0.23% | - |
| HSV(B) | 17.5º | 0.34% | 0.28% | - |
| XYZ | 4.43 | 4.18 | 3.26 | - |
| YUV | 58.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 47 | 0 | 0.24 | 0.34 | 0.72 | 17.5 | 0.2 | 0.23 |
| Hex | 47 | 36 | 2F | 0 | 18 | 22 | 48 | 12 | 14 | 17 |
| Octal | 107 | 66 | 57 | 0 | 30 | 42 | 110 | 22 | 24 | 27 |
| Binary | 1000111 | 110110 | 101111 | 0 | 11000 | 100010 | 1001000 | 10010 | 10100 | 10111 |
Color Harmonies of #47362F
Complementary color
Monochromatic Colors of #47362F
Black with #47362F
Text Example
Text Example
White with #47362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47362F; }
p { color: rgb(71,54,47); }
H1.HeaderClassName
{
color: #47362F;
}
.AnyTagClassName
{
color: #47362F;
}
</style>
background-color css
<style>
a { background-color: #47362F; }
a { background-color: rgb(71,54,47); }
div.DivClassName
{
background-color: #47362F;
}
.BgClassName
{
background-color: #47362F;
}
</style>
border-color css
<style>
span { border-color: #47362F; }
span { border-color: rgb(71,54,47); }
td.TdClassName
{
border-color: #47362F;
}
.TagClassName
{
border-color: #47362F;
}
</style>