Shades of Barossa #4A3642
Tints of Barossa #4A3642
RGB
CMYK
RGB Variations
Color information
#4A3642 (or 0x4A3642) is known color: Barossa. HEX triplet: 4A, 36 and 42. RGB value is (74,54,66). Sum of RGB (Red+Green+Blue) = 74+54+66=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3642 is #B5C9BD. Grayscale: #3D3D3D. Windows color (decimal): -11913662 or 4339274. OLE color: 4339274.
HSL color Cylindrical-coordinate representation of color #4A3642: hue angle of 324º 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 #4A3642 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 54 | 66 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.71 |
| HSL | 324º | 0.16% | 0.25% | - |
| HSV(B) | 324º | 0.27% | 0.29% | - |
| XYZ | 5.13 | 4.49 | 5.75 | - |
| YUV | 61.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 66 | 0 | 0.27 | 0.11 | 0.71 | 324 | 0.16 | 0.25 |
| Hex | 4A | 36 | 42 | 0 | 1B | B | 47 | 144 | 10 | 19 |
| Octal | 112 | 66 | 102 | 0 | 33 | 13 | 107 | 504 | 20 | 31 |
| Binary | 1001010 | 110110 | 1000010 | 0 | 11011 | 1011 | 1000111 | 101000100 | 10000 | 11001 |
Color Harmonies of #4A3642
Complementary color
Monochromatic Colors of #4A3642
Black with #4A3642
Text Example
Text Example
White with #4A3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3642; }
p { color: rgb(74,54,66); }
H1.HeaderClassName
{
color: #4A3642;
}
.AnyTagClassName
{
color: #4A3642;
}
</style>
background-color css
<style>
a { background-color: #4A3642; }
a { background-color: rgb(74,54,66); }
div.DivClassName
{
background-color: #4A3642;
}
.BgClassName
{
background-color: #4A3642;
}
</style>
border-color css
<style>
span { border-color: #4A3642; }
span { border-color: rgb(74,54,66); }
td.TdClassName
{
border-color: #4A3642;
}
.TagClassName
{
border-color: #4A3642;
}
</style>