Shades of Barossa #4D3642
Tints of Barossa #4D3642
RGB
CMYK
RGB Variations
Color information
#4D3642 (or 0x4D3642) is known color: Barossa. HEX triplet: 4D, 36 and 42. RGB value is (77,54,66). Sum of RGB (Red+Green+Blue) = 77+54+66=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3642 is #B2C9BD. Grayscale: #3E3E3E. Windows color (decimal): -11717054 or 4339277. OLE color: 4339277.
HSL color Cylindrical-coordinate representation of color #4D3642: hue angle of 328.7º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D3642 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 66 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.70 |
| HSL | 328.7º | 0.18% | 0.26% | - |
| HSV(B) | 328.7º | 0.3% | 0.3% | - |
| XYZ | 5.36 | 4.61 | 5.76 | - |
| YUV | 62.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 66 | 0 | 0.30 | 0.14 | 0.70 | 328.7 | 0.18 | 0.26 |
| Hex | 4D | 36 | 42 | 0 | 1E | E | 46 | 149 | 12 | 1A |
| Octal | 115 | 66 | 102 | 0 | 36 | 16 | 106 | 511 | 22 | 32 |
| Binary | 1001101 | 110110 | 1000010 | 0 | 11110 | 1110 | 1000110 | 101001001 | 10010 | 11010 |
Color Harmonies of #4D3642
Complementary color
Monochromatic Colors of #4D3642
Black with #4D3642
Text Example
Text Example
White with #4D3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3642; }
p { color: rgb(77,54,66); }
H1.HeaderClassName
{
color: #4D3642;
}
.AnyTagClassName
{
color: #4D3642;
}
</style>
background-color css
<style>
a { background-color: #4D3642; }
a { background-color: rgb(77,54,66); }
div.DivClassName
{
background-color: #4D3642;
}
.BgClassName
{
background-color: #4D3642;
}
</style>
border-color css
<style>
span { border-color: #4D3642; }
span { border-color: rgb(77,54,66); }
td.TdClassName
{
border-color: #4D3642;
}
.TagClassName
{
border-color: #4D3642;
}
</style>