Shades of Barossa #482F3C
Tints of Barossa #482F3C
RGB
CMYK
RGB Variations
Color information
#482F3C (or 0x482F3C) is known color: Barossa. HEX triplet: 48, 2F and 3C. RGB value is (72,47,60). Sum of RGB (Red+Green+Blue) = 72+47+60=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #482F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F3C is #B7D0C3. Grayscale: #373737. Windows color (decimal): -12046532 or 3944264. OLE color: 3944264.
HSL color Cylindrical-coordinate representation of color #482F3C: hue angle of 328.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #482F3C is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 60 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.72 |
| HSL | 328.8º | 0.21% | 0.23% | - |
| HSV(B) | 328.8º | 0.35% | 0.28% | - |
| XYZ | 4.5 | 3.74 | 4.76 | - |
| YUV | 55.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 60 | 0 | 0.35 | 0.17 | 0.72 | 328.8 | 0.21 | 0.23 |
| Hex | 48 | 2F | 3C | 0 | 23 | 11 | 48 | 149 | 15 | 17 |
| Octal | 110 | 57 | 74 | 0 | 43 | 21 | 110 | 511 | 25 | 27 |
| Binary | 1001000 | 101111 | 111100 | 0 | 100011 | 10001 | 1001000 | 101001001 | 10101 | 10111 |
Color Harmonies of #482F3C
Complementary color
Monochromatic Colors of #482F3C
Black with #482F3C
Text Example
Text Example
White with #482F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F3C; }
p { color: rgb(72,47,60); }
H1.HeaderClassName
{
color: #482F3C;
}
.AnyTagClassName
{
color: #482F3C;
}
</style>
background-color css
<style>
a { background-color: #482F3C; }
a { background-color: rgb(72,47,60); }
div.DivClassName
{
background-color: #482F3C;
}
.BgClassName
{
background-color: #482F3C;
}
</style>
border-color css
<style>
span { border-color: #482F3C; }
span { border-color: rgb(72,47,60); }
td.TdClassName
{
border-color: #482F3C;
}
.TagClassName
{
border-color: #482F3C;
}
</style>