Shades of Barossa #483C41
Tints of Barossa #483C41
RGB
CMYK
RGB Variations
Color information
#483C41 (or 0x483C41) is known color: Barossa. HEX triplet: 48, 3C and 41. RGB value is (72,60,65). Sum of RGB (Red+Green+Blue) = 72+60+65=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #483C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C41 is #B7C3BE. Grayscale: #404040. Windows color (decimal): -12043199 or 4275272. OLE color: 4275272.
HSL color Cylindrical-coordinate representation of color #483C41: hue angle of 335º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #483C41 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 65 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.72 |
| HSL | 335º | 0.09% | 0.26% | - |
| HSV(B) | 335º | 0.17% | 0.28% | - |
| XYZ | 5.24 | 4.99 | 5.69 | - |
| YUV | 64.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 65 | 0 | 0.17 | 0.10 | 0.72 | 335 | 0.09 | 0.26 |
| Hex | 48 | 3C | 41 | 0 | 11 | A | 48 | 14F | 9 | 1A |
| Octal | 110 | 74 | 101 | 0 | 21 | 12 | 110 | 517 | 11 | 32 |
| Binary | 1001000 | 111100 | 1000001 | 0 | 10001 | 1010 | 1001000 | 101001111 | 1001 | 11010 |
Color Harmonies of #483C41
Complementary color
Monochromatic Colors of #483C41
Black with #483C41
Text Example
Text Example
White with #483C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C41; }
p { color: rgb(72,60,65); }
H1.HeaderClassName
{
color: #483C41;
}
.AnyTagClassName
{
color: #483C41;
}
</style>
background-color css
<style>
a { background-color: #483C41; }
a { background-color: rgb(72,60,65); }
div.DivClassName
{
background-color: #483C41;
}
.BgClassName
{
background-color: #483C41;
}
</style>
border-color css
<style>
span { border-color: #483C41; }
span { border-color: rgb(72,60,65); }
td.TdClassName
{
border-color: #483C41;
}
.TagClassName
{
border-color: #483C41;
}
</style>