Shades of Barossa #4A363D
Tints of Barossa #4A363D
RGB
CMYK
RGB Variations
Color information
#4A363D (or 0x4A363D) is known color: Barossa. HEX triplet: 4A, 36 and 3D. RGB value is (74,54,61). Sum of RGB (Red+Green+Blue) = 74+54+61=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 74 - color contains mainly: red. Hex color #4A363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A363D is #B5C9C2. Grayscale: #3C3C3C. Windows color (decimal): -11913667 or 4011594. OLE color: 4011594.
HSL color Cylindrical-coordinate representation of color #4A363D: hue angle of 339º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A363D is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 54 | 61 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.71 |
| HSL | 339º | 0.16% | 0.25% | - |
| HSV(B) | 339º | 0.27% | 0.29% | - |
| XYZ | 4.99 | 4.43 | 5.01 | - |
| YUV | 60.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 61 | 0 | 0.27 | 0.18 | 0.71 | 339 | 0.16 | 0.25 |
| Hex | 4A | 36 | 3D | 0 | 1B | 12 | 47 | 153 | 10 | 19 |
| Octal | 112 | 66 | 75 | 0 | 33 | 22 | 107 | 523 | 20 | 31 |
| Binary | 1001010 | 110110 | 111101 | 0 | 11011 | 10010 | 1000111 | 101010011 | 10000 | 11001 |
Color Harmonies of #4A363D
Complementary color
Monochromatic Colors of #4A363D
Black with #4A363D
Text Example
Text Example
White with #4A363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A363D; }
p { color: rgb(74,54,61); }
H1.HeaderClassName
{
color: #4A363D;
}
.AnyTagClassName
{
color: #4A363D;
}
</style>
background-color css
<style>
a { background-color: #4A363D; }
a { background-color: rgb(74,54,61); }
div.DivClassName
{
background-color: #4A363D;
}
.BgClassName
{
background-color: #4A363D;
}
</style>
border-color css
<style>
span { border-color: #4A363D; }
span { border-color: rgb(74,54,61); }
td.TdClassName
{
border-color: #4A363D;
}
.TagClassName
{
border-color: #4A363D;
}
</style>