Shades of Barossa #4A343C
Tints of Barossa #4A343C
RGB
CMYK
RGB Variations
Color information
#4A343C (or 0x4A343C) is known color: Barossa. HEX triplet: 4A, 34 and 3C. RGB value is (74,52,60). Sum of RGB (Red+Green+Blue) = 74+52+60=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 74 - color contains mainly: red. Hex color #4A343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A343C is #B5CBC3. Grayscale: #3B3B3B. Windows color (decimal): -11914180 or 3945546. OLE color: 3945546.
HSL color Cylindrical-coordinate representation of color #4A343C: hue angle of 338.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A343C is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 52 | 60 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.71 |
| HSL | 338.18º | 0.17% | 0.25% | - |
| HSV(B) | 338.18º | 0.3% | 0.29% | - |
| XYZ | 4.87 | 4.24 | 4.84 | - |
| YUV | 59.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 60 | 0 | 0.30 | 0.19 | 0.71 | 338.18 | 0.17 | 0.25 |
| Hex | 4A | 34 | 3C | 0 | 1E | 13 | 47 | 152 | 11 | 19 |
| Octal | 112 | 64 | 74 | 0 | 36 | 23 | 107 | 522 | 21 | 31 |
| Binary | 1001010 | 110100 | 111100 | 0 | 11110 | 10011 | 1000111 | 101010010 | 10001 | 11001 |
Color Harmonies of #4A343C
Complementary color
Monochromatic Colors of #4A343C
Black with #4A343C
Text Example
Text Example
White with #4A343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A343C; }
p { color: rgb(74,52,60); }
H1.HeaderClassName
{
color: #4A343C;
}
.AnyTagClassName
{
color: #4A343C;
}
</style>
background-color css
<style>
a { background-color: #4A343C; }
a { background-color: rgb(74,52,60); }
div.DivClassName
{
background-color: #4A343C;
}
.BgClassName
{
background-color: #4A343C;
}
</style>
border-color css
<style>
span { border-color: #4A343C; }
span { border-color: rgb(74,52,60); }
td.TdClassName
{
border-color: #4A343C;
}
.TagClassName
{
border-color: #4A343C;
}
</style>