Shades of Rebel #483B37
Tints of Rebel #483B37
RGB
CMYK
RGB Variations
Color information
#483B37 (or 0x483B37) is known color: Rebel. HEX triplet: 48, 3B and 37. RGB value is (72,59,55). Sum of RGB (Red+Green+Blue) = 72+59+55=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #483B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B37 is #B7C4C8. Grayscale: #3E3E3E. Windows color (decimal): -12043465 or 3619656. OLE color: 3619656.
HSL color Cylindrical-coordinate representation of color #483B37: hue angle of 14.12º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483B37 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 55 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.72 |
| HSL | 14.12º | 0.13% | 0.25% | - |
| HSV(B) | 14.12º | 0.24% | 0.28% | - |
| XYZ | 4.93 | 4.78 | 4.28 | - |
| YUV | 62.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 55 | 0 | 0.18 | 0.24 | 0.72 | 14.12 | 0.13 | 0.25 |
| Hex | 48 | 3B | 37 | 0 | 12 | 18 | 48 | E | D | 19 |
| Octal | 110 | 73 | 67 | 0 | 22 | 30 | 110 | 16 | 15 | 31 |
| Binary | 1001000 | 111011 | 110111 | 0 | 10010 | 11000 | 1001000 | 1110 | 1101 | 11001 |
Color Harmonies of #483B37
Complementary color
Monochromatic Colors of #483B37
Black with #483B37
Text Example
Text Example
White with #483B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B37; }
p { color: rgb(72,59,55); }
H1.HeaderClassName
{
color: #483B37;
}
.AnyTagClassName
{
color: #483B37;
}
</style>
background-color css
<style>
a { background-color: #483B37; }
a { background-color: rgb(72,59,55); }
div.DivClassName
{
background-color: #483B37;
}
.BgClassName
{
background-color: #483B37;
}
</style>
border-color css
<style>
span { border-color: #483B37; }
span { border-color: rgb(72,59,55); }
td.TdClassName
{
border-color: #483B37;
}
.TagClassName
{
border-color: #483B37;
}
</style>