Shades of Rebel #483A35
Tints of Rebel #483A35
RGB
CMYK
RGB Variations
Color information
#483A35 (or 0x483A35) is known color: Rebel. HEX triplet: 48, 3A and 35. RGB value is (72,58,53). Sum of RGB (Red+Green+Blue) = 72+58+53=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #483A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A35 is #B7C5CA. Grayscale: #3D3D3D. Windows color (decimal): -12043723 or 3488328. OLE color: 3488328.
HSL color Cylindrical-coordinate representation of color #483A35: hue angle of 15.79º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483A35 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 53 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.72 |
| HSL | 15.79º | 0.15% | 0.25% | - |
| HSV(B) | 15.79º | 0.26% | 0.28% | - |
| XYZ | 4.83 | 4.66 | 4.01 | - |
| YUV | 61.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 53 | 0 | 0.19 | 0.26 | 0.72 | 15.79 | 0.15 | 0.25 |
| Hex | 48 | 3A | 35 | 0 | 13 | 1A | 48 | 10 | F | 19 |
| Octal | 110 | 72 | 65 | 0 | 23 | 32 | 110 | 20 | 17 | 31 |
| Binary | 1001000 | 111010 | 110101 | 0 | 10011 | 11010 | 1001000 | 10000 | 1111 | 11001 |
Color Harmonies of #483A35
Complementary color
Monochromatic Colors of #483A35
Black with #483A35
Text Example
Text Example
White with #483A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A35; }
p { color: rgb(72,58,53); }
H1.HeaderClassName
{
color: #483A35;
}
.AnyTagClassName
{
color: #483A35;
}
</style>
background-color css
<style>
a { background-color: #483A35; }
a { background-color: rgb(72,58,53); }
div.DivClassName
{
background-color: #483A35;
}
.BgClassName
{
background-color: #483A35;
}
</style>
border-color css
<style>
span { border-color: #483A35; }
span { border-color: rgb(72,58,53); }
td.TdClassName
{
border-color: #483A35;
}
.TagClassName
{
border-color: #483A35;
}
</style>