Shades of Rebel #463A37
Tints of Rebel #463A37
RGB
CMYK
RGB Variations
Color information
#463A37 (or 0x463A37) is known color: Rebel. HEX triplet: 46, 3A and 37. RGB value is (70,58,55). Sum of RGB (Red+Green+Blue) = 70+58+55=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #463A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A37 is #B9C5C8. Grayscale: #3D3D3D. Windows color (decimal): -12174793 or 3619398. OLE color: 3619398.
HSL color Cylindrical-coordinate representation of color #463A37: hue angle of 12º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #463A37 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 55 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.73 |
| HSL | 12º | 0.12% | 0.25% | - |
| HSV(B) | 12º | 0.21% | 0.27% | - |
| XYZ | 4.73 | 4.6 | 4.25 | - |
| YUV | 61.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 55 | 0 | 0.17 | 0.21 | 0.73 | 12 | 0.12 | 0.25 |
| Hex | 46 | 3A | 37 | 0 | 11 | 15 | 49 | C | C | 19 |
| Octal | 106 | 72 | 67 | 0 | 21 | 25 | 111 | 14 | 14 | 31 |
| Binary | 1000110 | 111010 | 110111 | 0 | 10001 | 10101 | 1001001 | 1100 | 1100 | 11001 |
Color Harmonies of #463A37
Complementary color
Monochromatic Colors of #463A37
Black with #463A37
Text Example
Text Example
White with #463A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A37; }
p { color: rgb(70,58,55); }
H1.HeaderClassName
{
color: #463A37;
}
.AnyTagClassName
{
color: #463A37;
}
</style>
background-color css
<style>
a { background-color: #463A37; }
a { background-color: rgb(70,58,55); }
div.DivClassName
{
background-color: #463A37;
}
.BgClassName
{
background-color: #463A37;
}
</style>
border-color css
<style>
span { border-color: #463A37; }
span { border-color: rgb(70,58,55); }
td.TdClassName
{
border-color: #463A37;
}
.TagClassName
{
border-color: #463A37;
}
</style>