Shades of Barossa #48363D
Tints of Barossa #48363D
RGB
CMYK
RGB Variations
Color information
#48363D (or 0x48363D) is known color: Barossa. HEX triplet: 48, 36 and 3D. RGB value is (72,54,61). Sum of RGB (Red+Green+Blue) = 72+54+61=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48363D is #B7C9C2. Grayscale: #3C3C3C. Windows color (decimal): -12044739 or 4011592. OLE color: 4011592.
HSL color Cylindrical-coordinate representation of color #48363D: hue angle of 336.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48363D is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 61 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.72 |
| HSL | 336.67º | 0.14% | 0.25% | - |
| HSV(B) | 336.67º | 0.25% | 0.28% | - |
| XYZ | 4.83 | 4.35 | 5 | - |
| YUV | 60.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 61 | 0 | 0.25 | 0.15 | 0.72 | 336.67 | 0.14 | 0.25 |
| Hex | 48 | 36 | 3D | 0 | 19 | F | 48 | 151 | E | 19 |
| Octal | 110 | 66 | 75 | 0 | 31 | 17 | 110 | 521 | 16 | 31 |
| Binary | 1001000 | 110110 | 111101 | 0 | 11001 | 1111 | 1001000 | 101010001 | 1110 | 11001 |
Color Harmonies of #48363D
Complementary color
Monochromatic Colors of #48363D
Black with #48363D
Text Example
Text Example
White with #48363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48363D; }
p { color: rgb(72,54,61); }
H1.HeaderClassName
{
color: #48363D;
}
.AnyTagClassName
{
color: #48363D;
}
</style>
background-color css
<style>
a { background-color: #48363D; }
a { background-color: rgb(72,54,61); }
div.DivClassName
{
background-color: #48363D;
}
.BgClassName
{
background-color: #48363D;
}
</style>
border-color css
<style>
span { border-color: #48363D; }
span { border-color: rgb(72,54,61); }
td.TdClassName
{
border-color: #48363D;
}
.TagClassName
{
border-color: #48363D;
}
</style>