Shades of Barossa #4C363E
Tints of Barossa #4C363E
RGB
CMYK
RGB Variations
Color information
#4C363E (or 0x4C363E) is known color: Barossa. HEX triplet: 4C, 36 and 3E. RGB value is (76,54,62). Sum of RGB (Red+Green+Blue) = 76+54+62=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 76 - color contains mainly: red. Hex color #4C363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C363E is #B3C9C1. Grayscale: #3D3D3D. Windows color (decimal): -11782594 or 4077132. OLE color: 4077132.
HSL color Cylindrical-coordinate representation of color #4C363E: hue angle of 338.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C363E is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 54 | 62 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.70 |
| HSL | 338.18º | 0.17% | 0.25% | - |
| HSV(B) | 338.18º | 0.29% | 0.3% | - |
| XYZ | 5.17 | 4.52 | 5.16 | - |
| YUV | 61.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 62 | 0 | 0.29 | 0.18 | 0.70 | 338.18 | 0.17 | 0.25 |
| Hex | 4C | 36 | 3E | 0 | 1D | 12 | 46 | 152 | 11 | 19 |
| Octal | 114 | 66 | 76 | 0 | 35 | 22 | 106 | 522 | 21 | 31 |
| Binary | 1001100 | 110110 | 111110 | 0 | 11101 | 10010 | 1000110 | 101010010 | 10001 | 11001 |
Color Harmonies of #4C363E
Complementary color
Monochromatic Colors of #4C363E
Black with #4C363E
Text Example
Text Example
White with #4C363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C363E; }
p { color: rgb(76,54,62); }
H1.HeaderClassName
{
color: #4C363E;
}
.AnyTagClassName
{
color: #4C363E;
}
</style>
background-color css
<style>
a { background-color: #4C363E; }
a { background-color: rgb(76,54,62); }
div.DivClassName
{
background-color: #4C363E;
}
.BgClassName
{
background-color: #4C363E;
}
</style>
border-color css
<style>
span { border-color: #4C363E; }
span { border-color: rgb(76,54,62); }
td.TdClassName
{
border-color: #4C363E;
}
.TagClassName
{
border-color: #4C363E;
}
</style>