Shades of Barossa #4A363E
Tints of Barossa #4A363E
RGB
CMYK
RGB Variations
Color information
#4A363E (or 0x4A363E) is known color: Barossa. HEX triplet: 4A, 36 and 3E. RGB value is (74,54,62). Sum of RGB (Red+Green+Blue) = 74+54+62=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A363E is #B5C9C1. Grayscale: #3C3C3C. Windows color (decimal): -11913666 or 4077130. OLE color: 4077130.
HSL color Cylindrical-coordinate representation of color #4A363E: hue angle of 336º 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 #4A363E is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 54 | 62 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.71 |
| HSL | 336º | 0.16% | 0.25% | - |
| HSV(B) | 336º | 0.27% | 0.29% | - |
| XYZ | 5.01 | 4.44 | 5.15 | - |
| YUV | 60.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 62 | 0 | 0.27 | 0.16 | 0.71 | 336 | 0.16 | 0.25 |
| Hex | 4A | 36 | 3E | 0 | 1B | 10 | 47 | 150 | 10 | 19 |
| Octal | 112 | 66 | 76 | 0 | 33 | 20 | 107 | 520 | 20 | 31 |
| Binary | 1001010 | 110110 | 111110 | 0 | 11011 | 10000 | 1000111 | 101010000 | 10000 | 11001 |
Color Harmonies of #4A363E
Complementary color
Monochromatic Colors of #4A363E
Black with #4A363E
Text Example
Text Example
White with #4A363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A363E; }
p { color: rgb(74,54,62); }
H1.HeaderClassName
{
color: #4A363E;
}
.AnyTagClassName
{
color: #4A363E;
}
</style>
background-color css
<style>
a { background-color: #4A363E; }
a { background-color: rgb(74,54,62); }
div.DivClassName
{
background-color: #4A363E;
}
.BgClassName
{
background-color: #4A363E;
}
</style>
border-color css
<style>
span { border-color: #4A363E; }
span { border-color: rgb(74,54,62); }
td.TdClassName
{
border-color: #4A363E;
}
.TagClassName
{
border-color: #4A363E;
}
</style>