Shades of Barossa #4D3C42
Tints of Barossa #4D3C42
RGB
CMYK
RGB Variations
Color information
#4D3C42 (or 0x4D3C42) is known color: Barossa. HEX triplet: 4D, 3C and 42. RGB value is (77,60,66). Sum of RGB (Red+Green+Blue) = 77+60+66=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C42 is #B2C3BD. Grayscale: #414141. Windows color (decimal): -11715518 or 4340813. OLE color: 4340813.
HSL color Cylindrical-coordinate representation of color #4D3C42: hue angle of 338.82º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D3C42 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 66 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.70 |
| HSL | 338.82º | 0.12% | 0.27% | - |
| HSV(B) | 338.82º | 0.22% | 0.3% | - |
| XYZ | 5.66 | 5.2 | 5.86 | - |
| YUV | 65.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 66 | 0 | 0.22 | 0.14 | 0.70 | 338.82 | 0.12 | 0.27 |
| Hex | 4D | 3C | 42 | 0 | 16 | E | 46 | 153 | C | 1B |
| Octal | 115 | 74 | 102 | 0 | 26 | 16 | 106 | 523 | 14 | 33 |
| Binary | 1001101 | 111100 | 1000010 | 0 | 10110 | 1110 | 1000110 | 101010011 | 1100 | 11011 |
Color Harmonies of #4D3C42
Complementary color
Monochromatic Colors of #4D3C42
Black with #4D3C42
Text Example
Text Example
White with #4D3C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C42; }
p { color: rgb(77,60,66); }
H1.HeaderClassName
{
color: #4D3C42;
}
.AnyTagClassName
{
color: #4D3C42;
}
</style>
background-color css
<style>
a { background-color: #4D3C42; }
a { background-color: rgb(77,60,66); }
div.DivClassName
{
background-color: #4D3C42;
}
.BgClassName
{
background-color: #4D3C42;
}
</style>
border-color css
<style>
span { border-color: #4D3C42; }
span { border-color: rgb(77,60,66); }
td.TdClassName
{
border-color: #4D3C42;
}
.TagClassName
{
border-color: #4D3C42;
}
</style>