Shades of Barossa #493B43
Tints of Barossa #493B43
RGB
CMYK
RGB Variations
Color information
#493B43 (or 0x493B43) is known color: Barossa. HEX triplet: 49, 3B and 43. RGB value is (73,59,67). Sum of RGB (Red+Green+Blue) = 73+59+67=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #493B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B43 is #B6C4BC. Grayscale: #404040. Windows color (decimal): -11977917 or 4406089. OLE color: 4406089.
HSL color Cylindrical-coordinate representation of color #493B43: hue angle of 325.71º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #493B43 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 67 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.71 |
| HSL | 325.71º | 0.11% | 0.26% | - |
| HSV(B) | 325.71º | 0.19% | 0.29% | - |
| XYZ | 5.32 | 4.95 | 5.98 | - |
| YUV | 64.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 67 | 0 | 0.19 | 0.08 | 0.71 | 325.71 | 0.11 | 0.26 |
| Hex | 49 | 3B | 43 | 0 | 13 | 8 | 47 | 146 | B | 1A |
| Octal | 111 | 73 | 103 | 0 | 23 | 10 | 107 | 506 | 13 | 32 |
| Binary | 1001001 | 111011 | 1000011 | 0 | 10011 | 1000 | 1000111 | 101000110 | 1011 | 11010 |
Color Harmonies of #493B43
Complementary color
Monochromatic Colors of #493B43
Black with #493B43
Text Example
Text Example
White with #493B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B43; }
p { color: rgb(73,59,67); }
H1.HeaderClassName
{
color: #493B43;
}
.AnyTagClassName
{
color: #493B43;
}
</style>
background-color css
<style>
a { background-color: #493B43; }
a { background-color: rgb(73,59,67); }
div.DivClassName
{
background-color: #493B43;
}
.BgClassName
{
background-color: #493B43;
}
</style>
border-color css
<style>
span { border-color: #493B43; }
span { border-color: rgb(73,59,67); }
td.TdClassName
{
border-color: #493B43;
}
.TagClassName
{
border-color: #493B43;
}
</style>