Shades of Barossa #482D3C
Tints of Barossa #482D3C
RGB
CMYK
RGB Variations
Color information
#482D3C (or 0x482D3C) is known color: Barossa. HEX triplet: 48, 2D and 3C. RGB value is (72,45,60). Sum of RGB (Red+Green+Blue) = 72+45+60=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D3C is #B7D2C3. Grayscale: #363636. Windows color (decimal): -12047044 or 3943752. OLE color: 3943752.
HSL color Cylindrical-coordinate representation of color #482D3C: hue angle of 326.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #482D3C is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 60 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.72 |
| HSL | 326.67º | 0.23% | 0.23% | - |
| HSV(B) | 326.67º | 0.38% | 0.28% | - |
| XYZ | 4.43 | 3.58 | 4.73 | - |
| YUV | 54.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 60 | 0 | 0.38 | 0.17 | 0.72 | 326.67 | 0.23 | 0.23 |
| Hex | 48 | 2D | 3C | 0 | 26 | 11 | 48 | 147 | 17 | 17 |
| Octal | 110 | 55 | 74 | 0 | 46 | 21 | 110 | 507 | 27 | 27 |
| Binary | 1001000 | 101101 | 111100 | 0 | 100110 | 10001 | 1001000 | 101000111 | 10111 | 10111 |
Color Harmonies of #482D3C
Complementary color
Monochromatic Colors of #482D3C
Black with #482D3C
Text Example
Text Example
White with #482D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D3C; }
p { color: rgb(72,45,60); }
H1.HeaderClassName
{
color: #482D3C;
}
.AnyTagClassName
{
color: #482D3C;
}
</style>
background-color css
<style>
a { background-color: #482D3C; }
a { background-color: rgb(72,45,60); }
div.DivClassName
{
background-color: #482D3C;
}
.BgClassName
{
background-color: #482D3C;
}
</style>
border-color css
<style>
span { border-color: #482D3C; }
span { border-color: rgb(72,45,60); }
td.TdClassName
{
border-color: #482D3C;
}
.TagClassName
{
border-color: #482D3C;
}
</style>