Shades of Barossa #442E3A
Tints of Barossa #442E3A
RGB
CMYK
RGB Variations
Color information
#442E3A (or 0x442E3A) is known color: Barossa. HEX triplet: 44, 2E and 3A. RGB value is (68,46,58). Sum of RGB (Red+Green+Blue) = 68+46+58=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #442E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E3A is #BBD1C5. Grayscale: #353535. Windows color (decimal): -12308934 or 3812932. OLE color: 3812932.
HSL color Cylindrical-coordinate representation of color #442E3A: hue angle of 327.27º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #442E3A is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 58 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.73 |
| HSL | 327.27º | 0.19% | 0.22% | - |
| HSV(B) | 327.27º | 0.32% | 0.27% | - |
| XYZ | 4.12 | 3.49 | 4.46 | - |
| YUV | 53.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 58 | 0 | 0.32 | 0.15 | 0.73 | 327.27 | 0.19 | 0.22 |
| Hex | 44 | 2E | 3A | 0 | 20 | F | 49 | 147 | 13 | 16 |
| Octal | 104 | 56 | 72 | 0 | 40 | 17 | 111 | 507 | 23 | 26 |
| Binary | 1000100 | 101110 | 111010 | 0 | 100000 | 1111 | 1001001 | 101000111 | 10011 | 10110 |
Color Harmonies of #442E3A
Complementary color
Monochromatic Colors of #442E3A
Black with #442E3A
Text Example
Text Example
White with #442E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E3A; }
p { color: rgb(68,46,58); }
H1.HeaderClassName
{
color: #442E3A;
}
.AnyTagClassName
{
color: #442E3A;
}
</style>
background-color css
<style>
a { background-color: #442E3A; }
a { background-color: rgb(68,46,58); }
div.DivClassName
{
background-color: #442E3A;
}
.BgClassName
{
background-color: #442E3A;
}
</style>
border-color css
<style>
span { border-color: #442E3A; }
span { border-color: rgb(68,46,58); }
td.TdClassName
{
border-color: #442E3A;
}
.TagClassName
{
border-color: #442E3A;
}
</style>