Shades of Barossa #463C40
Tints of Barossa #463C40
RGB
CMYK
RGB Variations
Color information
#463C40 (or 0x463C40) is known color: Barossa. HEX triplet: 46, 3C and 40. RGB value is (70,60,64). Sum of RGB (Red+Green+Blue) = 70+60+64=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #463C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C40 is #B9C3BF. Grayscale: #3F3F3F. Windows color (decimal): -12174272 or 4209734. OLE color: 4209734.
HSL color Cylindrical-coordinate representation of color #463C40: hue angle of 336º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #463C40 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 64 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.73 |
| HSL | 336º | 0.08% | 0.25% | - |
| HSV(B) | 336º | 0.14% | 0.27% | - |
| XYZ | 5.07 | 4.9 | 5.53 | - |
| YUV | 63.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 64 | 0 | 0.14 | 0.09 | 0.73 | 336 | 0.08 | 0.25 |
| Hex | 46 | 3C | 40 | 0 | E | 9 | 49 | 150 | 8 | 19 |
| Octal | 106 | 74 | 100 | 0 | 16 | 11 | 111 | 520 | 10 | 31 |
| Binary | 1000110 | 111100 | 1000000 | 0 | 1110 | 1001 | 1001001 | 101010000 | 1000 | 11001 |
Color Harmonies of #463C40
Complementary color
Monochromatic Colors of #463C40
Black with #463C40
Text Example
Text Example
White with #463C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C40; }
p { color: rgb(70,60,64); }
H1.HeaderClassName
{
color: #463C40;
}
.AnyTagClassName
{
color: #463C40;
}
</style>
background-color css
<style>
a { background-color: #463C40; }
a { background-color: rgb(70,60,64); }
div.DivClassName
{
background-color: #463C40;
}
.BgClassName
{
background-color: #463C40;
}
</style>
border-color css
<style>
span { border-color: #463C40; }
span { border-color: rgb(70,60,64); }
td.TdClassName
{
border-color: #463C40;
}
.TagClassName
{
border-color: #463C40;
}
</style>