Shades of Barossa #462E3C
Tints of Barossa #462E3C
RGB
CMYK
RGB Variations
Color information
#462E3C (or 0x462E3C) is known color: Barossa. HEX triplet: 46, 2E and 3C. RGB value is (70,46,60). Sum of RGB (Red+Green+Blue) = 70+46+60=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #462E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E3C is #B9D1C3. Grayscale: #363636. Windows color (decimal): -12177860 or 3944006. OLE color: 3944006.
HSL color Cylindrical-coordinate representation of color #462E3C: hue angle of 325º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #462E3C is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 60 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.73 |
| HSL | 325º | 0.21% | 0.23% | - |
| HSV(B) | 325º | 0.34% | 0.27% | - |
| XYZ | 4.32 | 3.58 | 4.74 | - |
| YUV | 54.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 60 | 0 | 0.34 | 0.14 | 0.73 | 325 | 0.21 | 0.23 |
| Hex | 46 | 2E | 3C | 0 | 22 | E | 49 | 145 | 15 | 17 |
| Octal | 106 | 56 | 74 | 0 | 42 | 16 | 111 | 505 | 25 | 27 |
| Binary | 1000110 | 101110 | 111100 | 0 | 100010 | 1110 | 1001001 | 101000101 | 10101 | 10111 |
Color Harmonies of #462E3C
Complementary color
Monochromatic Colors of #462E3C
Black with #462E3C
Text Example
Text Example
White with #462E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E3C; }
p { color: rgb(70,46,60); }
H1.HeaderClassName
{
color: #462E3C;
}
.AnyTagClassName
{
color: #462E3C;
}
</style>
background-color css
<style>
a { background-color: #462E3C; }
a { background-color: rgb(70,46,60); }
div.DivClassName
{
background-color: #462E3C;
}
.BgClassName
{
background-color: #462E3C;
}
</style>
border-color css
<style>
span { border-color: #462E3C; }
span { border-color: rgb(70,46,60); }
td.TdClassName
{
border-color: #462E3C;
}
.TagClassName
{
border-color: #462E3C;
}
</style>