Shades of Rebel #4B372F
Tints of Rebel #4B372F
RGB
CMYK
RGB Variations
Color information
#4B372F (or 0x4B372F) is known color: Rebel. HEX triplet: 4B, 37 and 2F. RGB value is (75,55,47). Sum of RGB (Red+Green+Blue) = 75+55+47=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B372F is #B4C8D0. Grayscale: #3C3C3C. Windows color (decimal): -11847889 or 3094347. OLE color: 3094347.
HSL color Cylindrical-coordinate representation of color #4B372F: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B372F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 55 | 47 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.71 |
| HSL | 17.14º | 0.23% | 0.24% | - |
| HSV(B) | 17.14º | 0.37% | 0.29% | - |
| XYZ | 4.78 | 4.43 | 3.29 | - |
| YUV | 60.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 47 | 0 | 0.27 | 0.37 | 0.71 | 17.14 | 0.23 | 0.24 |
| Hex | 4B | 37 | 2F | 0 | 1B | 25 | 47 | 11 | 17 | 18 |
| Octal | 113 | 67 | 57 | 0 | 33 | 45 | 107 | 21 | 27 | 30 |
| Binary | 1001011 | 110111 | 101111 | 0 | 11011 | 100101 | 1000111 | 10001 | 10111 | 11000 |
Color Harmonies of #4B372F
Complementary color
Monochromatic Colors of #4B372F
Black with #4B372F
Text Example
Text Example
White with #4B372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B372F; }
p { color: rgb(75,55,47); }
H1.HeaderClassName
{
color: #4B372F;
}
.AnyTagClassName
{
color: #4B372F;
}
</style>
background-color css
<style>
a { background-color: #4B372F; }
a { background-color: rgb(75,55,47); }
div.DivClassName
{
background-color: #4B372F;
}
.BgClassName
{
background-color: #4B372F;
}
</style>
border-color css
<style>
span { border-color: #4B372F; }
span { border-color: rgb(75,55,47); }
td.TdClassName
{
border-color: #4B372F;
}
.TagClassName
{
border-color: #4B372F;
}
</style>