Shades of Barossa #462E36
Tints of Barossa #462E36
RGB
CMYK
RGB Variations
Color information
#462E36 (or 0x462E36) is known color: Barossa. HEX triplet: 46, 2E and 36. RGB value is (70,46,54). Sum of RGB (Red+Green+Blue) = 70+46+54=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #462E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E36 is #B9D1C9. Grayscale: #363636. Windows color (decimal): -12177866 or 3550790. OLE color: 3550790.
HSL color Cylindrical-coordinate representation of color #462E36: hue angle of 340º 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 #462E36 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 54 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.73 |
| HSL | 340º | 0.21% | 0.23% | - |
| HSV(B) | 340º | 0.34% | 0.27% | - |
| XYZ | 4.17 | 3.52 | 3.95 | - |
| YUV | 54.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 54 | 0 | 0.34 | 0.23 | 0.73 | 340 | 0.21 | 0.23 |
| Hex | 46 | 2E | 36 | 0 | 22 | 17 | 49 | 154 | 15 | 17 |
| Octal | 106 | 56 | 66 | 0 | 42 | 27 | 111 | 524 | 25 | 27 |
| Binary | 1000110 | 101110 | 110110 | 0 | 100010 | 10111 | 1001001 | 101010100 | 10101 | 10111 |
Color Harmonies of #462E36
Complementary color
Monochromatic Colors of #462E36
Black with #462E36
Text Example
Text Example
White with #462E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E36; }
p { color: rgb(70,46,54); }
H1.HeaderClassName
{
color: #462E36;
}
.AnyTagClassName
{
color: #462E36;
}
</style>
background-color css
<style>
a { background-color: #462E36; }
a { background-color: rgb(70,46,54); }
div.DivClassName
{
background-color: #462E36;
}
.BgClassName
{
background-color: #462E36;
}
</style>
border-color css
<style>
span { border-color: #462E36; }
span { border-color: rgb(70,46,54); }
td.TdClassName
{
border-color: #462E36;
}
.TagClassName
{
border-color: #462E36;
}
</style>