Shades of Barossa #463E41
Tints of Barossa #463E41
RGB
CMYK
RGB Variations
Color information
#463E41 (or 0x463E41) is known color: Barossa. HEX triplet: 46, 3E and 41. RGB value is (70,62,65). Sum of RGB (Red+Green+Blue) = 70+62+65=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 70 - color contains mainly: red. Hex color #463E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E41 is #B9C1BE. Grayscale: #404040. Windows color (decimal): -12173759 or 4275782. OLE color: 4275782.
HSL color Cylindrical-coordinate representation of color #463E41: hue angle of 337.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #463E41 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 62 | 65 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.73 |
| HSL | 337.5º | 0.06% | 0.26% | - |
| HSV(B) | 337.5º | 0.11% | 0.27% | - |
| XYZ | 5.2 | 5.13 | 5.72 | - |
| YUV | 64.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 65 | 0 | 0.11 | 0.07 | 0.73 | 337.5 | 0.06 | 0.26 |
| Hex | 46 | 3E | 41 | 0 | B | 7 | 49 | 152 | 6 | 1A |
| Octal | 106 | 76 | 101 | 0 | 13 | 7 | 111 | 522 | 6 | 32 |
| Binary | 1000110 | 111110 | 1000001 | 0 | 1011 | 111 | 1001001 | 101010010 | 110 | 11010 |
Color Harmonies of #463E41
Complementary color
Monochromatic Colors of #463E41
Black with #463E41
Text Example
Text Example
White with #463E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E41; }
p { color: rgb(70,62,65); }
H1.HeaderClassName
{
color: #463E41;
}
.AnyTagClassName
{
color: #463E41;
}
</style>
background-color css
<style>
a { background-color: #463E41; }
a { background-color: rgb(70,62,65); }
div.DivClassName
{
background-color: #463E41;
}
.BgClassName
{
background-color: #463E41;
}
</style>
border-color css
<style>
span { border-color: #463E41; }
span { border-color: rgb(70,62,65); }
td.TdClassName
{
border-color: #463E41;
}
.TagClassName
{
border-color: #463E41;
}
</style>