Shades of Rebel #483732
Tints of Rebel #483732
RGB
CMYK
RGB Variations
Color information
#483732 (or 0x483732) is known color: Rebel. HEX triplet: 48, 37 and 32. RGB value is (72,55,50). Sum of RGB (Red+Green+Blue) = 72+55+50=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483732 is #B7C8CD. Grayscale: #3B3B3B. Windows color (decimal): -12044494 or 3290952. OLE color: 3290952.
HSL color Cylindrical-coordinate representation of color #483732: hue angle of 13.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483732 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 55 | 50 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.72 |
| HSL | 13.64º | 0.18% | 0.24% | - |
| HSV(B) | 13.64º | 0.31% | 0.28% | - |
| XYZ | 4.61 | 4.34 | 3.61 | - |
| YUV | 59.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 50 | 0 | 0.24 | 0.31 | 0.72 | 13.64 | 0.18 | 0.24 |
| Hex | 48 | 37 | 32 | 0 | 18 | 1F | 48 | E | 12 | 18 |
| Octal | 110 | 67 | 62 | 0 | 30 | 37 | 110 | 16 | 22 | 30 |
| Binary | 1001000 | 110111 | 110010 | 0 | 11000 | 11111 | 1001000 | 1110 | 10010 | 11000 |
Color Harmonies of #483732
Complementary color
Monochromatic Colors of #483732
Black with #483732
Text Example
Text Example
White with #483732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483732; }
p { color: rgb(72,55,50); }
H1.HeaderClassName
{
color: #483732;
}
.AnyTagClassName
{
color: #483732;
}
</style>
background-color css
<style>
a { background-color: #483732; }
a { background-color: rgb(72,55,50); }
div.DivClassName
{
background-color: #483732;
}
.BgClassName
{
background-color: #483732;
}
</style>
border-color css
<style>
span { border-color: #483732; }
span { border-color: rgb(72,55,50); }
td.TdClassName
{
border-color: #483732;
}
.TagClassName
{
border-color: #483732;
}
</style>