Shades of Rebel #472D26
Tints of Rebel #472D26
RGB
CMYK
RGB Variations
Color information
#472D26 (or 0x472D26) is known color: Rebel. HEX triplet: 47, 2D and 26. RGB value is (71,45,38). Sum of RGB (Red+Green+Blue) = 71+45+38=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #472D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D26 is #B8D2D9. Grayscale: #343434. Windows color (decimal): -12112602 or 2501959. OLE color: 2501959.
HSL color Cylindrical-coordinate representation of color #472D26: hue angle of 12.73º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472D26 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 38 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.72 |
| HSL | 12.73º | 0.3% | 0.21% | - |
| HSV(B) | 12.73º | 0.46% | 0.28% | - |
| XYZ | 3.89 | 3.36 | 2.28 | - |
| YUV | 51.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 38 | 0 | 0.37 | 0.46 | 0.72 | 12.73 | 0.3 | 0.21 |
| Hex | 47 | 2D | 26 | 0 | 25 | 2E | 48 | D | 1E | 15 |
| Octal | 107 | 55 | 46 | 0 | 45 | 56 | 110 | 15 | 36 | 25 |
| Binary | 1000111 | 101101 | 100110 | 0 | 100101 | 101110 | 1001000 | 1101 | 11110 | 10101 |
Color Harmonies of #472D26
Complementary color
Monochromatic Colors of #472D26
Black with #472D26
Text Example
Text Example
White with #472D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D26; }
p { color: rgb(71,45,38); }
H1.HeaderClassName
{
color: #472D26;
}
.AnyTagClassName
{
color: #472D26;
}
</style>
background-color css
<style>
a { background-color: #472D26; }
a { background-color: rgb(71,45,38); }
div.DivClassName
{
background-color: #472D26;
}
.BgClassName
{
background-color: #472D26;
}
</style>
border-color css
<style>
span { border-color: #472D26; }
span { border-color: rgb(71,45,38); }
td.TdClassName
{
border-color: #472D26;
}
.TagClassName
{
border-color: #472D26;
}
</style>