Shades of Barossa #462D37
Tints of Barossa #462D37
RGB
CMYK
RGB Variations
Color information
#462D37 (or 0x462D37) is known color: Barossa. HEX triplet: 46, 2D and 37. RGB value is (70,45,55). Sum of RGB (Red+Green+Blue) = 70+45+55=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #462D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D37 is #B9D2C8. Grayscale: #353535. Windows color (decimal): -12178121 or 3616070. OLE color: 3616070.
HSL color Cylindrical-coordinate representation of color #462D37: hue angle of 336º 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 #462D37 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 55 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.73 |
| HSL | 336º | 0.22% | 0.23% | - |
| HSV(B) | 336º | 0.36% | 0.27% | - |
| XYZ | 4.15 | 3.45 | 4.06 | - |
| YUV | 53.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 55 | 0 | 0.36 | 0.21 | 0.73 | 336 | 0.22 | 0.23 |
| Hex | 46 | 2D | 37 | 0 | 24 | 15 | 49 | 150 | 16 | 17 |
| Octal | 106 | 55 | 67 | 0 | 44 | 25 | 111 | 520 | 26 | 27 |
| Binary | 1000110 | 101101 | 110111 | 0 | 100100 | 10101 | 1001001 | 101010000 | 10110 | 10111 |
Color Harmonies of #462D37
Complementary color
Monochromatic Colors of #462D37
Black with #462D37
Text Example
Text Example
White with #462D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D37; }
p { color: rgb(70,45,55); }
H1.HeaderClassName
{
color: #462D37;
}
.AnyTagClassName
{
color: #462D37;
}
</style>
background-color css
<style>
a { background-color: #462D37; }
a { background-color: rgb(70,45,55); }
div.DivClassName
{
background-color: #462D37;
}
.BgClassName
{
background-color: #462D37;
}
</style>
border-color css
<style>
span { border-color: #462D37; }
span { border-color: rgb(70,45,55); }
td.TdClassName
{
border-color: #462D37;
}
.TagClassName
{
border-color: #462D37;
}
</style>