Shades of Rebel #48352E
Tints of Rebel #48352E
RGB
CMYK
RGB Variations
Color information
#48352E (or 0x48352E) is known color: Rebel. HEX triplet: 48, 35 and 2E. RGB value is (72,53,46). Sum of RGB (Red+Green+Blue) = 72+53+46=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48352E is #B7CAD1. Grayscale: #393939. Windows color (decimal): -12045010 or 3028296. OLE color: 3028296.
HSL color Cylindrical-coordinate representation of color #48352E: hue angle of 16.15º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48352E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 46 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.72 |
| HSL | 16.15º | 0.22% | 0.23% | - |
| HSV(B) | 16.15º | 0.36% | 0.28% | - |
| XYZ | 4.44 | 4.12 | 3.15 | - |
| YUV | 57.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 46 | 0 | 0.26 | 0.36 | 0.72 | 16.15 | 0.22 | 0.23 |
| Hex | 48 | 35 | 2E | 0 | 1A | 24 | 48 | 10 | 16 | 17 |
| Octal | 110 | 65 | 56 | 0 | 32 | 44 | 110 | 20 | 26 | 27 |
| Binary | 1001000 | 110101 | 101110 | 0 | 11010 | 100100 | 1001000 | 10000 | 10110 | 10111 |
Color Harmonies of #48352E
Complementary color
Monochromatic Colors of #48352E
Black with #48352E
Text Example
Text Example
White with #48352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48352E; }
p { color: rgb(72,53,46); }
H1.HeaderClassName
{
color: #48352E;
}
.AnyTagClassName
{
color: #48352E;
}
</style>
background-color css
<style>
a { background-color: #48352E; }
a { background-color: rgb(72,53,46); }
div.DivClassName
{
background-color: #48352E;
}
.BgClassName
{
background-color: #48352E;
}
</style>
border-color css
<style>
span { border-color: #48352E; }
span { border-color: rgb(72,53,46); }
td.TdClassName
{
border-color: #48352E;
}
.TagClassName
{
border-color: #48352E;
}
</style>