Shades of Barossa #552C3E
Tints of Barossa #552C3E
RGB
CMYK
RGB Variations
Color information
#552C3E (or 0x552C3E) is known color: Barossa. HEX triplet: 55, 2C and 3E. RGB value is (85,44,62). Sum of RGB (Red+Green+Blue) = 85+44+62=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C3E is #AAD3C1. Grayscale: #3A3A3A. Windows color (decimal): -11195330 or 4074581. OLE color: 4074581.
HSL color Cylindrical-coordinate representation of color #552C3E: hue angle of 333.66º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C3E is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 62 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.67 |
| HSL | 333.66º | 0.32% | 0.25% | - |
| HSV(B) | 333.66º | 0.48% | 0.33% | - |
| XYZ | 5.52 | 4.08 | 5.05 | - |
| YUV | 58.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 62 | 0 | 0.48 | 0.27 | 0.67 | 333.66 | 0.32 | 0.25 |
| Hex | 55 | 2C | 3E | 0 | 30 | 1B | 43 | 14E | 20 | 19 |
| Octal | 125 | 54 | 76 | 0 | 60 | 33 | 103 | 516 | 40 | 31 |
| Binary | 1010101 | 101100 | 111110 | 0 | 110000 | 11011 | 1000011 | 101001110 | 100000 | 11001 |
Color Harmonies of #552C3E
Complementary color
Monochromatic Colors of #552C3E
Black with #552C3E
Text Example
Text Example
White with #552C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C3E; }
p { color: rgb(85,44,62); }
H1.HeaderClassName
{
color: #552C3E;
}
.AnyTagClassName
{
color: #552C3E;
}
</style>
background-color css
<style>
a { background-color: #552C3E; }
a { background-color: rgb(85,44,62); }
div.DivClassName
{
background-color: #552C3E;
}
.BgClassName
{
background-color: #552C3E;
}
</style>
border-color css
<style>
span { border-color: #552C3E; }
span { border-color: rgb(85,44,62); }
td.TdClassName
{
border-color: #552C3E;
}
.TagClassName
{
border-color: #552C3E;
}
</style>