Shades of Brown Bramble #552E19
Tints of Brown Bramble #552E19
RGB
CMYK
RGB Variations
Color information
#552E19 (or 0x552E19) is known color: Brown Bramble. HEX triplet: 55, 2E and 19. RGB value is (85,46,25). Sum of RGB (Red+Green+Blue) = 85+46+25=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E19 is #AAD1E6. Grayscale: #373737. Windows color (decimal): -11194855 or 1650261. OLE color: 1650261.
HSL color Cylindrical-coordinate representation of color #552E19: hue angle of 21º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552E19 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 25 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.67 |
| HSL | 21º | 0.55% | 0.22% | - |
| HSV(B) | 21º | 0.71% | 0.33% | - |
| XYZ | 4.9 | 3.96 | 1.42 | - |
| YUV | 55.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 25 | 0 | 0.46 | 0.71 | 0.67 | 21 | 0.55 | 0.22 |
| Hex | 55 | 2E | 19 | 0 | 2E | 47 | 43 | 15 | 37 | 16 |
| Octal | 125 | 56 | 31 | 0 | 56 | 107 | 103 | 25 | 67 | 26 |
| Binary | 1010101 | 101110 | 11001 | 0 | 101110 | 1000111 | 1000011 | 10101 | 110111 | 10110 |
Color Harmonies of #552E19
Complementary color
Monochromatic Colors of #552E19
Black with #552E19
Text Example
Text Example
White with #552E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E19; }
p { color: rgb(85,46,25); }
H1.HeaderClassName
{
color: #552E19;
}
.AnyTagClassName
{
color: #552E19;
}
</style>
background-color css
<style>
a { background-color: #552E19; }
a { background-color: rgb(85,46,25); }
div.DivClassName
{
background-color: #552E19;
}
.BgClassName
{
background-color: #552E19;
}
</style>
border-color css
<style>
span { border-color: #552E19; }
span { border-color: rgb(85,46,25); }
td.TdClassName
{
border-color: #552E19;
}
.TagClassName
{
border-color: #552E19;
}
</style>