Shades of Rebel #4A3229
Tints of Rebel #4A3229
RGB
CMYK
RGB Variations
Color information
#4A3229 (or 0x4A3229) is known color: Rebel. HEX triplet: 4A, 32 and 29. RGB value is (74,50,41). Sum of RGB (Red+Green+Blue) = 74+50+41=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3229 is #B5CDD6. Grayscale: #383838. Windows color (decimal): -11914711 or 2699850. OLE color: 2699850.
HSL color Cylindrical-coordinate representation of color #4A3229: hue angle of 16.36º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3229 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 50 | 41 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.71 |
| HSL | 16.36º | 0.29% | 0.23% | - |
| HSV(B) | 16.36º | 0.45% | 0.29% | - |
| XYZ | 4.36 | 3.9 | 2.62 | - |
| YUV | 56.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 41 | 0 | 0.32 | 0.45 | 0.71 | 16.36 | 0.29 | 0.23 |
| Hex | 4A | 32 | 29 | 0 | 20 | 2D | 47 | 10 | 1D | 17 |
| Octal | 112 | 62 | 51 | 0 | 40 | 55 | 107 | 20 | 35 | 27 |
| Binary | 1001010 | 110010 | 101001 | 0 | 100000 | 101101 | 1000111 | 10000 | 11101 | 10111 |
Color Harmonies of #4A3229
Complementary color
Monochromatic Colors of #4A3229
Black with #4A3229
Text Example
Text Example
White with #4A3229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3229; }
p { color: rgb(74,50,41); }
H1.HeaderClassName
{
color: #4A3229;
}
.AnyTagClassName
{
color: #4A3229;
}
</style>
background-color css
<style>
a { background-color: #4A3229; }
a { background-color: rgb(74,50,41); }
div.DivClassName
{
background-color: #4A3229;
}
.BgClassName
{
background-color: #4A3229;
}
</style>
border-color css
<style>
span { border-color: #4A3229; }
span { border-color: rgb(74,50,41); }
td.TdClassName
{
border-color: #4A3229;
}
.TagClassName
{
border-color: #4A3229;
}
</style>