Shades of Barossa #4D363E
Tints of Barossa #4D363E
RGB
CMYK
RGB Variations
Color information
#4D363E (or 0x4D363E) is known color: Barossa. HEX triplet: 4D, 36 and 3E. RGB value is (77,54,62). Sum of RGB (Red+Green+Blue) = 77+54+62=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D363E is #B2C9C1. Grayscale: #3D3D3D. Windows color (decimal): -11717058 or 4077133. OLE color: 4077133.
HSL color Cylindrical-coordinate representation of color #4D363E: hue angle of 339.13º 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 #4D363E is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 62 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.70 |
| HSL | 339.13º | 0.18% | 0.26% | - |
| HSV(B) | 339.13º | 0.3% | 0.3% | - |
| XYZ | 5.25 | 4.56 | 5.16 | - |
| YUV | 61.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 62 | 0 | 0.30 | 0.19 | 0.70 | 339.13 | 0.18 | 0.26 |
| Hex | 4D | 36 | 3E | 0 | 1E | 13 | 46 | 153 | 12 | 1A |
| Octal | 115 | 66 | 76 | 0 | 36 | 23 | 106 | 523 | 22 | 32 |
| Binary | 1001101 | 110110 | 111110 | 0 | 11110 | 10011 | 1000110 | 101010011 | 10010 | 11010 |
Color Harmonies of #4D363E
Complementary color
Monochromatic Colors of #4D363E
Black with #4D363E
Text Example
Text Example
White with #4D363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D363E; }
p { color: rgb(77,54,62); }
H1.HeaderClassName
{
color: #4D363E;
}
.AnyTagClassName
{
color: #4D363E;
}
</style>
background-color css
<style>
a { background-color: #4D363E; }
a { background-color: rgb(77,54,62); }
div.DivClassName
{
background-color: #4D363E;
}
.BgClassName
{
background-color: #4D363E;
}
</style>
border-color css
<style>
span { border-color: #4D363E; }
span { border-color: rgb(77,54,62); }
td.TdClassName
{
border-color: #4D363E;
}
.TagClassName
{
border-color: #4D363E;
}
</style>