Shades of Barossa #462D39
Tints of Barossa #462D39
RGB
CMYK
RGB Variations
Color information
#462D39 (or 0x462D39) is known color: Barossa. HEX triplet: 46, 2D and 39. RGB value is (70,45,57). Sum of RGB (Red+Green+Blue) = 70+45+57=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #462D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D39 is #B9D2C6. Grayscale: #353535. Windows color (decimal): -12178119 or 3747142. OLE color: 3747142.
HSL color Cylindrical-coordinate representation of color #462D39: hue angle of 331.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #462D39 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 57 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.73 |
| HSL | 331.2º | 0.22% | 0.23% | - |
| HSV(B) | 331.2º | 0.36% | 0.27% | - |
| XYZ | 4.2 | 3.47 | 4.32 | - |
| YUV | 53.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 57 | 0 | 0.36 | 0.19 | 0.73 | 331.2 | 0.22 | 0.23 |
| Hex | 46 | 2D | 39 | 0 | 24 | 13 | 49 | 14B | 16 | 17 |
| Octal | 106 | 55 | 71 | 0 | 44 | 23 | 111 | 513 | 26 | 27 |
| Binary | 1000110 | 101101 | 111001 | 0 | 100100 | 10011 | 1001001 | 101001011 | 10110 | 10111 |
Color Harmonies of #462D39
Complementary color
Monochromatic Colors of #462D39
Black with #462D39
Text Example
Text Example
White with #462D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D39; }
p { color: rgb(70,45,57); }
H1.HeaderClassName
{
color: #462D39;
}
.AnyTagClassName
{
color: #462D39;
}
</style>
background-color css
<style>
a { background-color: #462D39; }
a { background-color: rgb(70,45,57); }
div.DivClassName
{
background-color: #462D39;
}
.BgClassName
{
background-color: #462D39;
}
</style>
border-color css
<style>
span { border-color: #462D39; }
span { border-color: rgb(70,45,57); }
td.TdClassName
{
border-color: #462D39;
}
.TagClassName
{
border-color: #462D39;
}
</style>