Shades of Barossa #483E43
Tints of Barossa #483E43
RGB
CMYK
RGB Variations
Color information
#483E43 (or 0x483E43) is known color: Barossa. HEX triplet: 48, 3E and 43. RGB value is (72,62,67). Sum of RGB (Red+Green+Blue) = 72+62+67=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #483E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E43 is #B7C1BC. Grayscale: #414141. Windows color (decimal): -12042685 or 4406856. OLE color: 4406856.
HSL color Cylindrical-coordinate representation of color #483E43: hue angle of 330º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #483E43 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 67 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.72 |
| HSL | 330º | 0.07% | 0.26% | - |
| HSV(B) | 330º | 0.14% | 0.28% | - |
| XYZ | 5.41 | 5.23 | 6.03 | - |
| YUV | 65.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 67 | 0 | 0.14 | 0.07 | 0.72 | 330 | 0.07 | 0.26 |
| Hex | 48 | 3E | 43 | 0 | E | 7 | 48 | 14A | 7 | 1A |
| Octal | 110 | 76 | 103 | 0 | 16 | 7 | 110 | 512 | 7 | 32 |
| Binary | 1001000 | 111110 | 1000011 | 0 | 1110 | 111 | 1001000 | 101001010 | 111 | 11010 |
Color Harmonies of #483E43
Complementary color
Monochromatic Colors of #483E43
Black with #483E43
Text Example
Text Example
White with #483E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E43; }
p { color: rgb(72,62,67); }
H1.HeaderClassName
{
color: #483E43;
}
.AnyTagClassName
{
color: #483E43;
}
</style>
background-color css
<style>
a { background-color: #483E43; }
a { background-color: rgb(72,62,67); }
div.DivClassName
{
background-color: #483E43;
}
.BgClassName
{
background-color: #483E43;
}
</style>
border-color css
<style>
span { border-color: #483E43; }
span { border-color: rgb(72,62,67); }
td.TdClassName
{
border-color: #483E43;
}
.TagClassName
{
border-color: #483E43;
}
</style>