Shades of Barossa #552E40
Tints of Barossa #552E40
RGB
CMYK
RGB Variations
Color information
#552E40 (or 0x552E40) is known color: Barossa. HEX triplet: 55, 2E and 40. RGB value is (85,46,64). Sum of RGB (Red+Green+Blue) = 85+46+64=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #552E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E40 is #AAD1BF. Grayscale: #3B3B3B. Windows color (decimal): -11194816 or 4206165. OLE color: 4206165.
HSL color Cylindrical-coordinate representation of color #552E40: hue angle of 332.31º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E40 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 64 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.67 |
| HSL | 332.31º | 0.3% | 0.26% | - |
| HSV(B) | 332.31º | 0.46% | 0.33% | - |
| XYZ | 5.65 | 4.26 | 5.37 | - |
| YUV | 59.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 64 | 0 | 0.46 | 0.25 | 0.67 | 332.31 | 0.3 | 0.26 |
| Hex | 55 | 2E | 40 | 0 | 2E | 19 | 43 | 14C | 1E | 1A |
| Octal | 125 | 56 | 100 | 0 | 56 | 31 | 103 | 514 | 36 | 32 |
| Binary | 1010101 | 101110 | 1000000 | 0 | 101110 | 11001 | 1000011 | 101001100 | 11110 | 11010 |
Color Harmonies of #552E40
Complementary color
Monochromatic Colors of #552E40
Black with #552E40
Text Example
Text Example
White with #552E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E40; }
p { color: rgb(85,46,64); }
H1.HeaderClassName
{
color: #552E40;
}
.AnyTagClassName
{
color: #552E40;
}
</style>
background-color css
<style>
a { background-color: #552E40; }
a { background-color: rgb(85,46,64); }
div.DivClassName
{
background-color: #552E40;
}
.BgClassName
{
background-color: #552E40;
}
</style>
border-color css
<style>
span { border-color: #552E40; }
span { border-color: rgb(85,46,64); }
td.TdClassName
{
border-color: #552E40;
}
.TagClassName
{
border-color: #552E40;
}
</style>