Shades of Barossa #493C41
Tints of Barossa #493C41
RGB
CMYK
RGB Variations
Color information
#493C41 (or 0x493C41) is known color: Barossa. HEX triplet: 49, 3C and 41. RGB value is (73,60,65). Sum of RGB (Red+Green+Blue) = 73+60+65=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #493C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C41 is #B6C3BE. Grayscale: #404040. Windows color (decimal): -11977663 or 4275273. OLE color: 4275273.
HSL color Cylindrical-coordinate representation of color #493C41: hue angle of 336.92º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #493C41 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 65 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.71 |
| HSL | 336.92º | 0.1% | 0.26% | - |
| HSV(B) | 336.92º | 0.18% | 0.29% | - |
| XYZ | 5.32 | 5.03 | 5.69 | - |
| YUV | 64.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 65 | 0 | 0.18 | 0.11 | 0.71 | 336.92 | 0.1 | 0.26 |
| Hex | 49 | 3C | 41 | 0 | 12 | B | 47 | 151 | A | 1A |
| Octal | 111 | 74 | 101 | 0 | 22 | 13 | 107 | 521 | 12 | 32 |
| Binary | 1001001 | 111100 | 1000001 | 0 | 10010 | 1011 | 1000111 | 101010001 | 1010 | 11010 |
Color Harmonies of #493C41
Complementary color
Monochromatic Colors of #493C41
Black with #493C41
Text Example
Text Example
White with #493C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C41; }
p { color: rgb(73,60,65); }
H1.HeaderClassName
{
color: #493C41;
}
.AnyTagClassName
{
color: #493C41;
}
</style>
background-color css
<style>
a { background-color: #493C41; }
a { background-color: rgb(73,60,65); }
div.DivClassName
{
background-color: #493C41;
}
.BgClassName
{
background-color: #493C41;
}
</style>
border-color css
<style>
span { border-color: #493C41; }
span { border-color: rgb(73,60,65); }
td.TdClassName
{
border-color: #493C41;
}
.TagClassName
{
border-color: #493C41;
}
</style>