Shades of Rebel #4A3933
Tints of Rebel #4A3933
RGB
CMYK
RGB Variations
Color information
#4A3933 (or 0x4A3933) is known color: Rebel. HEX triplet: 4A, 39 and 33. RGB value is (74,57,51). Sum of RGB (Red+Green+Blue) = 74+57+51=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3933 is #B5C6CC. Grayscale: #3D3D3D. Windows color (decimal): -11912909 or 3357002. OLE color: 3357002.
HSL color Cylindrical-coordinate representation of color #4A3933: hue angle of 15.65º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A3933 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 51 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.71 |
| HSL | 15.65º | 0.18% | 0.25% | - |
| HSV(B) | 15.65º | 0.31% | 0.29% | - |
| XYZ | 4.88 | 4.62 | 3.77 | - |
| YUV | 61.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 51 | 0 | 0.23 | 0.31 | 0.71 | 15.65 | 0.18 | 0.25 |
| Hex | 4A | 39 | 33 | 0 | 17 | 1F | 47 | 10 | 12 | 19 |
| Octal | 112 | 71 | 63 | 0 | 27 | 37 | 107 | 20 | 22 | 31 |
| Binary | 1001010 | 111001 | 110011 | 0 | 10111 | 11111 | 1000111 | 10000 | 10010 | 11001 |
Color Harmonies of #4A3933
Complementary color
Monochromatic Colors of #4A3933
Black with #4A3933
Text Example
Text Example
White with #4A3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3933; }
p { color: rgb(74,57,51); }
H1.HeaderClassName
{
color: #4A3933;
}
.AnyTagClassName
{
color: #4A3933;
}
</style>
background-color css
<style>
a { background-color: #4A3933; }
a { background-color: rgb(74,57,51); }
div.DivClassName
{
background-color: #4A3933;
}
.BgClassName
{
background-color: #4A3933;
}
</style>
border-color css
<style>
span { border-color: #4A3933; }
span { border-color: rgb(74,57,51); }
td.TdClassName
{
border-color: #4A3933;
}
.TagClassName
{
border-color: #4A3933;
}
</style>